Skip to content

Commit 4872e91

Browse files
committed
Updated jpackage parameters (2).
1 parent 512f0a0 commit 4872e91

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/maven-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
build_name: linux
4040
- os: windows-latest
4141
# ProjectConverter*.msi
42-
artifact_name: "**/*.msi"
42+
artifact_name: "**/*"
4343
build_name: win-x64
4444
# JDK25 not yet included (which can be fixed) but also JavaFX is not available for Windows on ARM
4545
#- os: windows-11-arm

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -172,14 +172,14 @@
172172
<execution>
173173
<id>mac</id>
174174
<configuration>
175-
<type>dmg</type>
175+
<type>DMG</type>
176176
<icon>icons/projectconverter.icns</icon>
177177
</configuration>
178178
</execution>
179179
<execution>
180180
<id>win</id>
181181
<configuration>
182-
<type>msi</type>
182+
<type>MSI</type>
183183
<icon>icons/projectconverter.ico</icon>
184184
<winMenu>true</winMenu>
185185
<winPerUserInstall>false</winPerUserInstall>
@@ -190,7 +190,7 @@
190190
<execution>
191191
<id>linux</id>
192192
<configuration>
193-
<type>deb</type>
193+
<type>DEB</type>
194194
<icon>src/main/resources/de/mossgrabers/projectconverter/images/AppIcon.png</icon>
195195
</configuration>
196196
</execution>

0 commit comments

Comments
 (0)