Skip to content

Commit

Permalink
fix installer
Browse files Browse the repository at this point in the history
  • Loading branch information
qwertyquerty committed Oct 4, 2018
1 parent 7bada69 commit 18a06fc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions build/install/EXE-00.toc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
('C:\\Users\\Isaac\\Desktop\\programs\\ss13rp\\dist\\install.exe',
False,
True,
False,
False,
'icon.ico',
Expand Down Expand Up @@ -109,7 +109,7 @@
[],
False,
False,
1538620696,
[('runw.exe',
'c:\\users\\isaac\\appdata\\local\\programs\\python\\python36\\lib\\site-packages\\PyInstaller\\bootloader\\Windows-64bit\\runw.exe',
1538620983,
[('run.exe',
'c:\\users\\isaac\\appdata\\local\\programs\\python\\python36\\lib\\site-packages\\PyInstaller\\bootloader\\Windows-64bit\\run.exe',
'EXECUTABLE')])
Binary file modified dist/install.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion install.spec
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ exe = EXE(pyz,
strip=False,
upx=True,
runtime_tmpdir=None,
console=False , icon='icon.ico')
console=True , icon='icon.ico')

0 comments on commit 18a06fc

Please sign in to comment.