This website works better with JavaScript
Home
Explore
Help
Register
Sign In
My-Mods
/
PyInstaLive
mirror of
https://piramisancchi.live-on.net:9175/miniNAS/PyInstaLive
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Add py file used to build win64 binaries
Cammy
7 years ago
parent
0a66fa7ca3
commit
236a25a159
1 changed files
with
3 additions
and
0 deletions
Split View
Show Diff Stats
3
0
pyinstalive_win.py
+ 3
- 0
pyinstalive_win.py
View File
@@ -0,0 +1,3 @@
+from pyinstalive.__main__ import main
+if __name__ == '__main__':
+ main()