Build script for Linux OS

This commit is contained in:
Marco
2019-05-02 18:04:26 +02:00
parent e436049632
commit 00aec245c0
2 changed files with 51 additions and 0 deletions

4
build/build_linux Normal file
View File

@@ -0,0 +1,4 @@
pyinstaller --onefile artemis_linux.spec
cp -r ../themes dist
mv dist dist_linux
rm -rf build