update gitignore + conf build nuitka
This commit is contained in:
@@ -338,3 +338,8 @@ IOB-WIN-PSER/logs/*/*.txt
|
||||
IOB-WIN-PSER/dist/CONF/*.cfg
|
||||
IOB-WIN-PSER/dist/logs/*/*.txt
|
||||
IOB-WIN-PSER/dist/*.exe
|
||||
IOB-WIN-PSER/dist-nuitka/*.exe
|
||||
IOB-WIN-PSER.build/
|
||||
IOB-WIN-PSER.dist/
|
||||
IOB-WIN-PSER.onefile-build/
|
||||
|
||||
|
||||
@@ -1,10 +1,17 @@
|
||||
REM script creazione EXE da python con Nuitka
|
||||
REM https://nuitka.net/
|
||||
REM https://nuitka.net/doc/user-manual.html
|
||||
|
||||
RMDIR /S /Q dist-nuitka
|
||||
MKDIR dist-nuitka
|
||||
|
||||
python -m nuitka --standalone --windows-icon-from-ico=SteamWare.ico IOB-WIN-PSER.py
|
||||
@REM python -m nuitka --standalone IOB-WIN-PSER.py
|
||||
@REM python -m nuitka --onefile --windows-icon-from-ico=SteamWare.ico IOB-WIN-PSER.py
|
||||
@REM python -m nuitka --onefile IOB-WIN-PSER.py
|
||||
@REM python -m nuitka --standalone --windows-icon-from-ico=SteamWare.ico IOB-WIN-PSER.py
|
||||
python -m nuitka --onefile --windows-icon-from-ico=SteamWare.ico IOB-WIN-PSER.py
|
||||
|
||||
REM sposto in folder dist
|
||||
move IOB-WIN-PSER.exe dist-nuitka/IOB-WIN-PSER.exe
|
||||
|
||||
REM effettua copia delle conf x poter avviare...
|
||||
xcopy CONF\*.cfg dist\CONF\
|
||||
xcopy CONF\*.cfg dist-nuitka\CONF\
|
||||
|
||||
Reference in New Issue
Block a user