Skip to content

Commit

Permalink
Updage build
Browse files Browse the repository at this point in the history
  • Loading branch information
WingedSeal committed Nov 4, 2022
1 parent cca3af6 commit 1bd9fca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
START /B /wait cmd /c "nuitka src/main.py --onefile --standalone --windows-icon-from-ico=./JMC-icon.ico --remove-output --output-dir=./dist --mingw64"
START /B /wait cmd /c "nuitka src/jmc/__main__.py --onefile --standalone --windows-icon-from-ico=./JMC-icon.ico --remove-output --output-dir=./dist --mingw64"
cd dist
del "JMC.exe"
ren "main.exe" "JMC.exe"
Expand Down
2 changes: 1 addition & 1 deletion build_linux.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

nuitka3 src/main.py --onefile --standalone --linux-icon=./JMC-icon.ico --remove-output --output-dir=./dist
nuitka3 src/jmc/__main__.py --onefile --standalone --linux-icon=./JMC-icon.ico --remove-output --output-dir=./dist
cd dist
if [ -f JMC.bin ]; then
rm JMC.bin
Expand Down

0 comments on commit 1bd9fca

Please sign in to comment.