Skip to content

Commit

Permalink
Disable upx
Browse files Browse the repository at this point in the history
  • Loading branch information
powderluv authored Jun 25, 2023
1 parent e3ab844 commit 10657d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/stable_diffusion/shark_sd.spec
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ exe = EXE(
debug=False,
bootloader_ignore_signals=False,
strip=False,
upx=True,
upx=False,
upx_exclude=[],
runtime_tmpdir=None,
console=True,
Expand Down

0 comments on commit 10657d6

Please sign in to comment.