Skip to content

Commit

Permalink
Compiled the final second draft
Browse files Browse the repository at this point in the history
  • Loading branch information
groaking committed Jul 26, 2023
1 parent 9caf506 commit 1da1650
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions compile.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
pyinstaller main.py ^
--clean ^
--log-level INFO ^
--onefile ^
--windowed ^
--name sipesat-final-second-draft-20230726
3 changes: 3 additions & 0 deletions compile.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/sh
# Compile SiPe.Sat into a Linux executable
pyinstaller main.py --clean --log-level INFO --onefile --windowed --name sipesat-final-second-draft-20230726

0 comments on commit 1da1650

Please sign in to comment.