Skip to content

Commit

Permalink
Merge pull request #18 from nickpgill/master
Browse files Browse the repository at this point in the history
removing no-console
  • Loading branch information
nickpgill authored Dec 2, 2024
2 parents a4d56e6 + 5674cbb commit e76e6c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-executables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
pip install mip
pip install oauth2client==4.1.3
pip install toml==0.10.2
python -m eel script.py web -n strat-select-win.exe --additional-hooks-dir=. --onefile --noconsole
python -m eel script.py web -n strat-select-win.exe --additional-hooks-dir=. --onefile
mkdir -p target/release
mv dist/strat-select-win.exe target/release
# copy nicks-script.exe to the release
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
pip install mip
pip install oauth2client==4.1.3
pip install toml==0.10.2
python -m eel script.py web -n strat-select-macos --additional-hooks-dir=. --onefile --noconsole
python -m eel script.py web -n strat-select-macos --additional-hooks-dir=. --onefile
mkdir -p target/release
mv dist/strat-select-macos target/release
# copy script.app to the release
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
pip install mip
pip install oauth2client==4.1.3
pip install toml==0.10.2
python -m eel script.py web -n strat-select-linux --additional-hooks-dir=. --onefile --noconsole
python -m eel script.py web -n strat-select-linux --additional-hooks-dir=. --onefile
mkdir -p target/release
mv dist/strat-select-linux target/release
# copy script.app to the release
Expand Down

0 comments on commit e76e6c2

Please sign in to comment.