Skip to content

Commit

Permalink
fix: typo in output name
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts committed Mar 20, 2024
1 parent f2dddf5 commit c2dbef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/pyinstaller_build_windows_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"--icon={}".format((package_folder / "bin/img/DicoGIS.ico").resolve()),
"--log-level={}".format(getenv("PYINSTALLER_LOG_LEVEL", "WARN")),
"--manifest={}".format((package_folder / "../builder/manifest.xml").resolve()),
f"--name={__about__.__title_clean__}-gui",
f"--name={__about__.__title_clean__}-cli",
"--noconfirm",
"--noupx",
"--onefile",
Expand Down

0 comments on commit c2dbef8

Please sign in to comment.