Fix some warnings, fix installation scripts (macOS)
This commit is contained in:
parent
0b8c8835c4
commit
dd46d8cf99
8 changed files with 97 additions and 81 deletions
0
deploy/data/macos/openvpn
Normal file → Executable file
0
deploy/data/macos/openvpn
Normal file → Executable file
0
deploy/data/macos/post_install.sh
Normal file → Executable file
0
deploy/data/macos/post_install.sh
Normal file → Executable file
0
deploy/data/macos/post_uninstall.sh
Normal file → Executable file
0
deploy/data/macos/post_uninstall.sh
Normal file → Executable file
|
|
@ -44,6 +44,9 @@ cp -av $DEPLOY_DATA_DIR/post_install.sh $INSTALLER_DATA_DIR/post_install.
|
|||
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
|
||||
|
||||
rm -f $BUNDLE_DIR/Contents/macOS/post_install.sh $BUNDLE_DIR/Contents/macOS/post_uninstall.sh
|
||||
chmod a+x $INSTALLER_DATA_DIR/post_install.sh $INSTALLER_DATA_DIR/post_uninstall.sh
|
||||
|
||||
cd $BUNDLE_DIR
|
||||
tar czf $INSTALLER_DATA_DIR/$APP_NAME.tar.gz ./
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue