Skip to content

Commit 707cd45

Browse files
committed
repush
1 parent e4cec06 commit 707cd45

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ jobs:
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 `

0 commit comments

Comments
 (0)