Skip to content

Commit

Permalink
Update exe name
Browse files Browse the repository at this point in the history
  • Loading branch information
onejeuu committed Nov 18, 2023
1 parent efd7e70 commit 947c88c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def build():
PyInstaller.__main__.run([
ENTRYPOINT,
"-i", ICON,
"--name", "MG",
"--name", "scmapmerge",
"--specpath", "build",
"--onefile"
])

0 comments on commit 947c88c

Please sign in to comment.