Skip to content

Commit

Permalink
fix(dist): only specify codesign-identity in make file
Browse files Browse the repository at this point in the history
  • Loading branch information
kewde authored and ErikBjare committed Jan 5, 2022
1 parent ecc7577 commit 046413f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions aw.spec
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ aww_exe = EXE(
strip=False,
upx=True,
console=True,
codesign_identity=codesign_identity,
entitlements_file=entitlements_file,
)
aww_coll = COLLECT(
Expand All @@ -179,7 +178,6 @@ awa_exe = EXE(
strip=False,
upx=True,
console=True,
codesign_identity=codesign_identity,
entitlements_file=entitlements_file,
)
awa_coll = COLLECT(
Expand All @@ -203,7 +201,6 @@ aws_exe = EXE(
strip=False,
upx=True,
console=True,
codesign_identity=codesign_identity,
entitlements_file=entitlements_file,
)
aws_coll = COLLECT(
Expand All @@ -227,7 +224,6 @@ awq_exe = EXE(
upx=True,
icon=icon,
console=False if platform.system() == "Windows" else True,
codesign_identity=codesign_identity,
entitlements_file=entitlements_file,
)
awq_coll = COLLECT(
Expand Down

0 comments on commit 046413f

Please sign in to comment.