15 lines
392 B
PowerShell
15 lines
392 B
PowerShell
# CLEAN
|
|
./tools/clean.ps1
|
|
|
|
# pyarmor gen -O dist -i src --recursive
|
|
|
|
# cython
|
|
# pyinstaller --onefile -I "NONE" -add-data "data;data" ./src/main.py
|
|
(pyinstaller --clean --distpath ./dist --workpath ./build main.spec) -and (pyinstaller .\main.spec)
|
|
|
|
# upx
|
|
|
|
|
|
# RUN.................................................................................................
|
|
./dist/main.exe
|
|
./tools/test.ps1 |