We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84d6d8b commit aebe5d5Copy full SHA for aebe5d5
src/main/resources/mac/Info.plist.vtl
@@ -9,7 +9,7 @@
9
<key>CFBundleExecutable</key>
10
<string>${info.executable.name}</string>
11
<key>CFBundleIconFile</key>
12
- <string>${info.name}.icns</string>
+ <string>${info.iconFile.name}</string>
13
<key>CFBundleIdentifier</key>
14
<string>${info.macConfig.appId}</string>
15
<key>CFBundleDisplayName</key>
0 commit comments