Skip to content

Commit

Permalink
Merge branch 'bugfix/macos-installer' of github.com:amnezia-vpn/amnez…
Browse files Browse the repository at this point in the history
…ia-client into feature/new-gui
  • Loading branch information
Nethius committed Aug 25, 2023
2 parents 3f7e7f2 + abefb01 commit a74736b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deploy/build_macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ echo "____________________________________"
# Package
echo "Packaging ..."


cp -Rv $PREBUILT_DEPLOY_DATA_DIR/* $BUNDLE_DIR/Contents/macOS
$QT_BIN_DIR/macdeployqt $OUT_APP_DIR/$APP_FILENAME -always-overwrite -qmldir=$PROJECT_DIR
cp -av $BUILD_DIR/service/server/$APP_NAME-service $BUNDLE_DIR/Contents/macOS
cp -Rv $PROJECT_DIR/deploy/data/macos/* $BUNDLE_DIR/Contents/macOS
Expand Down Expand Up @@ -113,7 +115,6 @@ fi
echo "Packaging installer..."
mkdir -p $INSTALLER_DATA_DIR
cp -av $PROJECT_DIR/deploy/installer $BUILD_DIR
cp -r $PREBUILT_DEPLOY_DATA_DIR/* $DEPLOY_DATA_DIR
cp -av $DEPLOY_DATA_DIR/post_install.sh $INSTALLER_DATA_DIR/post_install.sh
cp -av $DEPLOY_DATA_DIR/post_uninstall.sh $INSTALLER_DATA_DIR/post_uninstall.sh
cp -av $DEPLOY_DATA_DIR/$PLIST_NAME $INSTALLER_DATA_DIR/$PLIST_NAME
Expand Down

0 comments on commit a74736b

Please sign in to comment.