File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments