Skip to content

Commit f6a3887

Browse files
committed
Switched to creating EXE instead of MSI since I can't get it to work with Zulu.
1 parent 95a0ead commit f6a3887

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/maven-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ jobs:
3838
artifact_name: convertwithmoss*.deb
3939
build_name: linux
4040
- os: windows-latest
41-
artifact_name: ConvertWithMoss*.msi
41+
artifact_name: ConvertWithMoss*.exe
4242
build_name: win-x64
4343
# JDK25 not yet included (which can be fixed) but also JavaFX is not available for Windows on ARM
4444
#- os: windows-11-arm
45-
# artifact_name: ConvertWithMoss*.msi
45+
# artifact_name: ConvertWithMoss*.exe
4646
# build_name: win-arm
4747
- os: macos-15
4848
artifact_name: ConvertWithMoss*.dmg

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@
180180
<execution>
181181
<id>win</id>
182182
<configuration>
183-
<type>MSI</type>
183+
<type>EXE</type>
184184
<icon>icons/convertwithmoss.ico</icon>
185185
<winMenu>true</winMenu>
186186
<winPerUserInstall>false</winPerUserInstall>

0 commit comments

Comments
 (0)