7 lines
220 B
Bash
7 lines
220 B
Bash
|
|
. venv/bin/activate
|
||
|
|
cd ../../
|
||
|
|
nuitka --mingw64 --show-progress --standalone --product-version=1.0.0 --output-dir=dist --onefile --remove-output main.py
|
||
|
|
cp main.py dist/main.py
|
||
|
|
cp config.toml dist/config.toml
|
||
|
|
|