Skip to content

Commit

Permalink
Update precompiled_apple_resource_bundle to not include executable_name
Browse files Browse the repository at this point in the history
  • Loading branch information
luispadron committed Oct 31, 2023
1 parent 2972023 commit c6b6733
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rules/precompiled_apple_resource_bundle.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ def _precompiled_apple_resource_bundle_impl(ctx):
bundle_extension = ctx.attr.bundle_extension,
bundle_name = ctx.attr.bundle_name,
environment_plist = ctx.file.environment_plist,
include_executable_name = False,
executable_name = None,
launch_storyboard = None,
platform_prerequisites = platform_prerequisites,
Expand Down

0 comments on commit c6b6733

Please sign in to comment.