8 lines
262 B
Batchfile
8 lines
262 B
Batchfile
REM script creazione EXE da python
|
|
|
|
@REM python -m PyInstaller --onefile --icon SteamWare.ico IOB-WIN-PSER-TEST.py
|
|
python -m PyInstaller --onefile --icon SteamWare.ico IOB-WIN-PSER.py
|
|
|
|
REM effettua copia delle conf x poter avviare...
|
|
xcopy CONF\*.cfg dist\CONF\
|