Final exam version
This commit is contained in:
8
build_linux.sh
Executable file
8
build_linux.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
python3 -m venv venv
|
||||
source venv/bin/activate
|
||||
pip install pygame pyinstaller
|
||||
rm -rf build dist *.spec
|
||||
pyinstaller --onefile --windowed --name SolarSystem main.py
|
||||
cp dist/SolarSystem .
|
||||
chmod +x SolarSystem
|
||||
Reference in New Issue
Block a user