File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
src/main/resources/ui/dialogs Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 7777 --main-jar xamlSorter.Java-${{ needs.build.outputs.mvn_version }}.jar ^
7878 --main-class chiloven.xamlsorter.Main ^
7979 --dest dist ^
80- --icon src/main/resources/icons/application/application-ico.ico ^
80+ --icon src/main/resources/assets/ icons/application/application-ico.ico ^
8181 --java-options "--enable-native-access=ALL-UNNAMED"
8282 shell : cmd
8383
@@ -121,7 +121,7 @@ jobs:
121121 --main-jar xamlSorter.Java-${{ needs.build.outputs.mvn_version }}.jar \
122122 --main-class chiloven.xamlsorter.Main \
123123 --dest dist \
124- --icon src/main/resources/icons/application/application-256x256.png \
124+ --icon src/main/resources/assets/ icons/application/application-256x256.png \
125125 --java-options "--enable-native-access=ALL-UNNAMED"
126126
127127 - name : Zip Linux app-image
@@ -161,7 +161,7 @@ jobs:
161161 --main-jar xamlSorter.Java-${{ needs.build.outputs.mvn_version }}.jar \
162162 --main-class chiloven.xamlsorter.Main \
163163 --dest dist \
164- --icon src/main/resources/icons/application/application-icns.icns \
164+ --icon src/main/resources/assets/ icons/application/application-icns.icns \
165165 --java-options "--enable-native-access=ALL-UNNAMED"
166166
167167 - name : Zip macOS app-image
Original file line number Diff line number Diff line change 55
66 <groupId >chiloven.xamlsorter</groupId >
77 <artifactId >xaml-sorter-java</artifactId >
8- <version >Alpha.0.1.0 </version >
8+ <version >Alpha.0.1.1 </version >
99 <packaging >jar</packaging >
1010
1111 <name >xamlSorter.Java</name >
Original file line number Diff line number Diff line change 1212 <HBox maxWidth =" 765.0" >
1313 <VBox spacing =" 18.0" >
1414 <Label style =" -fx-font-size: 22px; -fx-font-weight: bold;" text =" xamlSorter.Java" />
15- <Label style =" -fx-font-size: 16px;" text =" Version: alpha.0.1.0 " />
15+ <Label style =" -fx-font-size: 16px;" text =" Version: alpha.0.1.1 " />
1616 <Label style =" -fx-font-size: 13px;" text =" © 2025 Chiloven945, All rights reserved." />
1717 </VBox >
1818
You can’t perform that action at this time.
0 commit comments