diff --git a/data/scripts/create_apple_installer.sh b/data/scripts/create_apple_installer.sh index 17fb1eecf..7836ca749 100755 --- a/data/scripts/create_apple_installer.sh +++ b/data/scripts/create_apple_installer.sh @@ -111,6 +111,7 @@ macdeployqt $APP $_executables # OS X Specific Artwork cp $CMAKE_SRC/data/lmms.icns $APP/Contents/Resources/ +cp $CMAKE_SRC/data/project.icns $APP/Contents/Resources/ # Create "Info.plist" using lmms.icns file, http://iconverticons.com/online/) echo -e "" > "$APP/Contents/Info.plist"