Files
Artemis/build/build_linux
2019-05-24 15:27:56 +02:00

5 lines
94 B
Plaintext

pyinstaller --onefile artemis_linux.spec
cp -r ../themes dist
mv dist dist_linux
rm -rf build