feat: add DMG build script and enhance README with installation instructions and Start at Login feature
This commit is contained in:
@@ -22,10 +22,10 @@ for arg in "$@"; do
|
||||
esac
|
||||
done
|
||||
|
||||
"$SCRIPT_DIR/package-app.sh" --install
|
||||
bash "$SCRIPT_DIR/package-app.sh" --install
|
||||
|
||||
if [[ "$INSTALL_LOGIN_ITEM" == "1" ]]; then
|
||||
"$SCRIPT_DIR/install-start-at-login.sh"
|
||||
bash "$SCRIPT_DIR/install-start-at-login.sh"
|
||||
fi
|
||||
|
||||
if [[ "$OPEN_APP" == "1" ]]; then
|
||||
|
||||
Reference in New Issue
Block a user