Skip to content

Commit ba6ce6b

Browse files
committed
Rename binaries
1 parent 6fae3e4 commit ba6ce6b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/windows/m64py.iss.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ OutputDir=.
1313
Uninstallable=yes
1414
WindowVisible=no
1515
AppCopyright=Author: Milan Nikolic <gen2brain@gmail.com>
16-
OutputBaseFilename=m64py-{VERSION}-setup-x86_64
16+
OutputBaseFilename=m64py-{VERSION}-x86_64-setup
1717
UninstallDisplayIcon={app}\m64py.exe
1818
LicenseFile=m64py\COPYING
1919
DisableStartupPrompt=yes

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ class BuildZip(BuildExe):
277277
def run_build_zip(self):
278278
os.rename(os.path.join(self.dist_dir, "m64py"),
279279
os.path.join(self.dist_dir, "m64py-{}".format(FRONTEND_VERSION)))
280-
shutil.make_archive(os.path.join(self.dist_dir, "m64py-{}-portable-x86_64".format(FRONTEND_VERSION)),
280+
shutil.make_archive(os.path.join(self.dist_dir, "m64py-{}-x86_64-portable".format(FRONTEND_VERSION)),
281281
"zip",
282282
self.dist_dir, "m64py-{}".format(FRONTEND_VERSION),
283283
True)

0 commit comments

Comments
 (0)