Skip to content

Commit

Permalink
Update desktop_build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cavenel authored Oct 2, 2024
1 parent 1d86ec8 commit 9331e29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/desktop_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
brew install vips openslide
fi
python -m pip install --upgrade pip
pip install pyinstaller==6.5.0 --upgrade
pip install pyinstaller==5.12.0 --upgrade
- name: ⬇️ Install TissUUmaps
shell: bash
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
--icon-size 100 \
--hide-extension "TissUUmaps.app" \
--app-drop-link 0 0 \
"dist/TissUUmaps_${{ matrix.os }}.dmg" \
"dist/TissUUmaps_${{ matrix.os }}_$RUNNER_ARCH.dmg" \
"dist/dmg/"
- uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit 9331e29

Please sign in to comment.