Skip to content

Commit

Permalink
Compile windows release with mingw64
Browse files Browse the repository at this point in the history
  • Loading branch information
laggykiller committed Nov 16, 2024
1 parent eb50922 commit cbab372
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compile.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ def nuitka(python_bin: str, arch: Optional[str] = None) -> None:
cmd_list.append(
"--windows-icon-from-ico=src/sticker_convert/resources/appicon.ico"
)
cmd_list.append("--mingw64")
elif platform.system() == "Darwin":
cmd_list.append("--disable-console")
cmd_list.append("--macos-create-app-bundle")
Expand Down

0 comments on commit cbab372

Please sign in to comment.