File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ OutputDir=.
1313Uninstallable=yes
1414WindowVisible=no
1515AppCopyright=Author: Milan Nikolic <gen2brain@gmail.com>
16- OutputBaseFilename=m64py-{VERSION}-setup- x86_64
16+ OutputBaseFilename=m64py-{VERSION}-x86_64-setup
1717UninstallDisplayIcon={app}\m64py.exe
1818LicenseFile=m64py\COPYING
1919DisableStartupPrompt=yes
Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments