MacOS deploy script fix

This commit is contained in:
pokamest 2021-01-08 18:08:20 +03:00
parent 861c71e3a8
commit 416d597847

2
deploy/macos.sh Normal file → Executable file
View file

@ -36,7 +36,7 @@ make -j `sysctl -n hw.ncpu`
$QT_BIN_DIR/macdeployqt $OUT_APP_DIR/$APP_FILENAME -always-overwrite
cp -av $RELEASE_DIR/server/release/$APP_NAME-service.app/Contents/macOS/$APP_NAME-service $BUNDLE_DIR/Contents/macOS
cp -av $LAUNCH_DIR/data/macos/openvpn $BUNDLE_DIR/Contents/macOS
cp -Rv $LAUNCH_DIR/data/macos/* $BUNDLE_DIR/Contents/macOS
mkdir -p $INSTALLER_DATA_DIR
cp -av $LAUNCH_DIR/installer $RELEASE_DIR