Files
Artemis/build/build_linux
2019-05-02 18:04:26 +02:00

5 lines
94 B
Plaintext

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