Skip to content

Commit

Permalink
test windows
Browse files Browse the repository at this point in the history
  • Loading branch information
jburel committed Dec 23, 2024
1 parent 6480490 commit b1f911f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,18 +41,18 @@ jobs:
if: startsWith(matrix.os, 'windows')
shell: bash
run: echo "C:\Program Files (x86)\WiX Toolset v3.11\bin" >> $GITHUB_PATH
- name: Re-install innosetup
if: startsWith(matrix.os, 'windows') && startsWith(matrix.java, '11')
shell: cmd
run: |
choco uninstall innosetup
choco install innosetup --version=5.6.1
#- name: Re-install innosetup
# if: startsWith(matrix.os, 'windows') && startsWith(matrix.java, '11')
# shell: cmd
# run: |
# choco uninstall innosetup
# choco install innosetup --version=5.6.1
- name: Build insight exe
if: startsWith(matrix.os, 'windows') && startsWith(matrix.java, '11')
shell: cmd
shell: shell
run: |
jpackage --icon icons/omeroInsight.ico --vendor "The OME team" --input build/ --app-version 5.8.7 --name OMERO.insight --main-jar libs/omero-insight-5.8.7-SNAPSHOT.jar --main-class org.openmicroscopy.shoola.Main --type "dmg" --dest build/packaged/main/bundles/
ls build/packaged/main/bundles/
ls $JAVA_HOME\bin
jpackage --icon icons/omeroInsight.ico --vendor "The OME team" --input build/ --app-version 5.8.7 --name OMERO.insight --main-jar libs/omero-insight-5.8.7-SNAPSHOT.jar --main-class org.openmicroscopy.shoola.Main --type "msi"
- name: Build importer exe
if: startsWith(matrix.os, 'windows') && startsWith(github.ref, 'refs/tags') && startsWith(matrix.java, '8')
shell: cmd
Expand Down

0 comments on commit b1f911f

Please sign in to comment.