MacOS deploy script fix
This commit is contained in:
parent
861c71e3a8
commit
416d597847
1 changed files with 1 additions and 1 deletions
2
deploy/macos.sh
Normal file → Executable file
2
deploy/macos.sh
Normal file → Executable 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue