Apple DMG Fix : Fix %VARS% for DMG Script
This commit is contained in:
@@ -11,9 +11,9 @@ fi
|
||||
|
||||
# set up your app name, version number, and background image file name
|
||||
APP_NAME="@MACOSX_BUNDLE_BUNDLE_NAME@"
|
||||
VERSION="@MACOSX_BUNDLE_LONG_VERSION@"
|
||||
VERSION="@MACOSX_BUNDLE_LONG_VERSION_STRING@"
|
||||
DMG_BACKGROUND_IMG="dmg_branding.png"
|
||||
cp "@CMAKE_INSTALL_PREFIX@/data/$DMG_BACKGROUND_IMG" .
|
||||
cp "@CMAKE_SOURCE_DIR@/data/${DMG_BACKGROUND_IMG}" .
|
||||
|
||||
# you should not need to change these
|
||||
APP_LOWERCASE=$(echo $APP_NAME|tr '[:upper:]' '[:lower:]')
|
||||
|
||||
Reference in New Issue
Block a user