Skip to content

Commit

Permalink
Fixed bug where windows version was launching a command line window. (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
n2qzshce authored Jun 2, 2021
1 parent 3729e5b commit 416fcb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pyinstaller-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
name: Build executeable

env:
semver: 1.7.1.${{ github.run_number }}
semver: 1.7.2.${{ github.run_number }}
python-version: 3.8
KIVY_GL_BACKEND: 'angle_sdl2'
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion radio_sync_gui_win.spec
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ exe = EXE(pyz,
upx=True,
upx_exclude=[],
runtime_tmpdir=None,
console=True , icon='images/radio_sync.ico')
console=False , icon='images/radio_sync.ico')

0 comments on commit 416fcb1

Please sign in to comment.