Skip to content

Commit

Permalink
Rename binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
gen2brain committed Oct 19, 2024
1 parent 6fae3e4 commit ba6ce6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/windows/m64py.iss.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ OutputDir=.
Uninstallable=yes
WindowVisible=no
AppCopyright=Author: Milan Nikolic <[email protected]>
OutputBaseFilename=m64py-{VERSION}-setup-x86_64
OutputBaseFilename=m64py-{VERSION}-x86_64-setup
UninstallDisplayIcon={app}\m64py.exe
LicenseFile=m64py\COPYING
DisableStartupPrompt=yes
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ class BuildZip(BuildExe):
def run_build_zip(self):
os.rename(os.path.join(self.dist_dir, "m64py"),
os.path.join(self.dist_dir, "m64py-{}".format(FRONTEND_VERSION)))
shutil.make_archive(os.path.join(self.dist_dir, "m64py-{}-portable-x86_64".format(FRONTEND_VERSION)),
shutil.make_archive(os.path.join(self.dist_dir, "m64py-{}-x86_64-portable".format(FRONTEND_VERSION)),
"zip",
self.dist_dir, "m64py-{}".format(FRONTEND_VERSION),
True)
Expand Down

0 comments on commit ba6ce6b

Please sign in to comment.