Skip to content

Commit

Permalink
Fix macos start error (bad icon path)
Browse files Browse the repository at this point in the history
  • Loading branch information
supermerill committed Jan 31, 2024
1 parent a6498d5 commit c1fe60b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/platform/osx/Info.plist.in
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<string>OBJ</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>@SLIC3R_BUILD_ID@.icns</string>
<string>@SLIC3R_APP_KEY@.icns</string>
<key>CFBundleTypeName</key>
<string>STL</string>
<key>CFBundleTypeRole</key>
Expand All @@ -65,7 +65,7 @@
<string>AMF</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>@SLIC3R_BUILD_ID@.icns</string>
<string>@SLIC3R_APP_KEY@.icns</string>
<key>CFBundleTypeName</key>
<string>AMF</string>
<key>CFBundleTypeRole</key>
Expand All @@ -82,7 +82,7 @@
<string>3MF</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>@SLIC3R_BUILD_ID@.icns</string>
<string>@SLIC3R_APP_KEY@.icns</string>
<key>CFBundleTypeName</key>
<string>3MF</string>
<key>CFBundleTypeRole</key>
Expand Down

0 comments on commit c1fe60b

Please sign in to comment.