Skip to content

Commit

Permalink
Compiled v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
groaking committed Mar 21, 2024
1 parent ceff2a0 commit 4b5cbd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion compile.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ pyinstaller main.py ^
--log-level INFO ^
--onefile ^
--windowed ^
--name autosinta-v1.0.0-pyinstaller-windows
--name autosinta-v1.0.1-pyinstaller-windows
2 changes: 1 addition & 1 deletion compile.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/sh
# Compile AutoSINTA into a Linux executable
pyinstaller main.py --clean --log-level INFO --onefile --windowed --name autosinta-v1.0.0-pyinstaller-linux
pyinstaller main.py --clean --log-level INFO --onefile --windowed --name autosinta-v1.0.1-pyinstaller-linux

0 comments on commit 4b5cbd5

Please sign in to comment.