5 lines
94 B
Plaintext
5 lines
94 B
Plaintext
pyinstaller --onefile artemis_linux.spec
|
|
cp -r ../themes dist
|
|
mv dist dist_linux
|
|
rm -rf build
|