Skip to content

Commit

Permalink
Disable console window for builds
Browse files Browse the repository at this point in the history
  • Loading branch information
lcb01a committed Oct 7, 2024
1 parent a333740 commit 2e8f7da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
pip install -r requirements.txt
- name: Build with pyinstaller
run: pyinstaller --hidden-import=clr --hidden-import zeroconf._utils.ipaddress --hidden-import zeroconf._handlers.answers --add-data "./img/logo.png;img" --add-binary "./owo/OWO.dll;owo" --onefile --distpath ./build --name=vrc-owo-suit main.py
run: pyinstaller --hidden-import=clr --hidden-import zeroconf._utils.ipaddress --hidden-import zeroconf._handlers.answers --add-data "./img/logo.png;img" --add-binary "./owo/OWO.dll;owo" --noconsole --onefile --distpath ./build --name=vrc-owo-suit main.py

- name: Deploy EXE
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 2e8f7da

Please sign in to comment.