File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 9595 --name ${{ env.FILE_NAME }} \
9696 --main-jar ${{ env.FILE_NAME }}-${{ env.VERSION }}.jar \
9797 --main-class ${{ env.MAIN_CLASS }} \
98+ --resource-dir assets \
9899 --icon assets/icon/${{ env.ICON_NAME }}.icns \
99100 --app-version ${{ needs.build.outputs.stripped_version }} \
100101 --type dmg \
@@ -137,6 +138,7 @@ jobs:
137138 --name ${{ env.FILE_NAME }} \
138139 --main-jar ${{ env.FILE_NAME }}-${{ env.VERSION }}.jar \
139140 --main-class ${{ env.MAIN_CLASS }} \
141+ --resource-dir assets \
140142 --icon assets/icon/${{ env.ICON_NAME }}.png \
141143 --resource-dir resources \
142144 --app-version ${{ needs.build.outputs.stripped_version }} \
@@ -186,6 +188,7 @@ jobs:
186188 --name ${{ env.FILE_NAME }} `
187189 --main-jar ${{ env.FILE_NAME }}-${{ env.VERSION }}.jar `
188190 --main-class ${{ env.MAIN_CLASS }} `
191+ --resource-dir assets `
189192 --icon assets/icon/${{ env.ICON_NAME }}.ico `
190193 --win-shortcut `
191194 --win-menu `
You can’t perform that action at this time.
0 commit comments