Skip to content

Commit

Permalink
script/dist: add missing DEPLOYMENT_TARGET variable definition so tha…
Browse files Browse the repository at this point in the history
…t we generate the correct appcast entry
  • Loading branch information
codykrieger committed Dec 16, 2020
1 parent 59ca644 commit 6988a53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions script/dist
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ xcodebuild -workspace gfxCardStatus.xcworkspace \
VERSION="$(defaults read "$APP_PATH/Contents/Info.plist" CFBundleShortVersionString)"
BUILD_VERSION="$(defaults read "$APP_PATH/Contents/Info.plist" CFBundleVersion)"
BUNDLE_IDENTIFIER="$(defaults read "$APP_PATH/Contents/Info.plist" CFBundleIdentifier)"
DEPLOYMENT_TARGET="$(defaults read "$APP_PATH/Contents/Info.plist" LSMinimumSystemVersion)"
ZIP_PATH="$EXPORT_PATH/$PROJECT_NAME-$VERSION.zip"

echo "----> zipping app..."
Expand Down

0 comments on commit 6988a53

Please sign in to comment.