From 2822d1523b8ea216689316331d2b54a47b0b613c Mon Sep 17 00:00:00 2001 From: nick Date: Mon, 2 Dec 2024 16:07:52 +0000 Subject: [PATCH] removing no-console --- .github/workflows/release-executables.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release-executables.yml b/.github/workflows/release-executables.yml index cf7d44a..6524ff8 100644 --- a/.github/workflows/release-executables.yml +++ b/.github/workflows/release-executables.yml @@ -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 @@ -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 @@ -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