Skip to content

Commit

Permalink
Merge pull request #36 from CSCfi/fix/windows-build-temporary-compromise
Browse files Browse the repository at this point in the history
compromise fix for windows build: display cmd behind gui app
  • Loading branch information
teemukataja authored Apr 27, 2023
2 parents e77d901 + 5803352 commit f78e226
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,12 @@ jobs:
run: |
echo '${{ secrets.DOCKER_PASSWORD }}' | docker login -u '${{ secrets.DOCKER_USERNAME }}' --password-stdin
docker pull cscfi/pyinstaller
docker run --rm -v "${PWD}:/builder" cscfi/pyinstaller --noconsole --onefile sdagui.py --name ${{ matrix.asset_name }}
docker run --rm -v "${PWD}:/builder" cscfi/pyinstaller --onefile sdagui.py --name ${{ matrix.asset_name }}
sudo chown -R $USER:$GROUP dist/
- name: Build GUI artifact
if: matrix.os != 'ubuntu-latest'
run: |
pyinstaller --noconsole --onefile sdagui.py --name ${{ matrix.asset_name }}
pyinstaller --onefile sdagui.py --name ${{ matrix.asset_name }}
- name: Build GUI Asset
run: |
cd ./dist
Expand Down

0 comments on commit f78e226

Please sign in to comment.