From daa2c66546ac83eff67fc1f24f15158e7b2dc775 Mon Sep 17 00:00:00 2001 From: remi durand Date: Sun, 25 Apr 2021 03:12:32 +0200 Subject: [PATCH] fix macos icns supermerill/SuperSlicer#1086 --- src/platform/osx/Info.plist.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/platform/osx/Info.plist.in b/src/platform/osx/Info.plist.in index 5e92bc940..978d2a59f 100644 --- a/src/platform/osx/Info.plist.in +++ b/src/platform/osx/Info.plist.in @@ -7,7 +7,7 @@ CFBundleGetInfoString @SLIC3R_APP_NAME@ Copyright (C) 2011-2020 Alessandro Ranellucci, (C) 2016-2020 Prusa Reseach, (C) 2018-2020 Remi Durand CFBundleIconFile - Slic3r.icns + @SLIC3R_BUILD_ID@.icns CFBundleName @SLIC3R_APP_KEY@ CFBundleShortVersionString @@ -48,7 +48,7 @@ OBJ CFBundleTypeIconFile - Slic3r.icns + @SLIC3R_BUILD_ID@.icns CFBundleTypeName STL CFBundleTypeRole @@ -65,7 +65,7 @@ AMF CFBundleTypeIconFile - Slic3r.icns + @SLIC3R_BUILD_ID@.icns CFBundleTypeName AMF CFBundleTypeRole @@ -82,7 +82,7 @@ 3MF CFBundleTypeIconFile - Slic3r.icns + @SLIC3R_BUILD_ID@.icns CFBundleTypeName 3MF CFBundleTypeRole