From 4b5cbd51054c747b7265cb58e8aa585f74a478ee Mon Sep 17 00:00:00 2001 From: groaking <93555329+groaking@users.noreply.github.com> Date: Thu, 21 Mar 2024 14:44:50 +0700 Subject: [PATCH] Compiled v1.0.1 --- compile.cmd | 2 +- compile.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/compile.cmd b/compile.cmd index 8533a66..9f39e12 100644 --- a/compile.cmd +++ b/compile.cmd @@ -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 diff --git a/compile.sh b/compile.sh index 2920d6b..935fb35 100755 --- a/compile.sh +++ b/compile.sh @@ -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