Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added support for argument ALTERNATIVE_PATH #38

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

pmex
Copy link
Contributor

@pmex pmex commented May 13, 2024

I realised that we're using alternative paths for some of our apps deployed using Installomator. Mainly to place them in a user writable director for non-admin users.
To be able to uninstall them, we therefore need to be able to change the app default path.
N.B. this is dependant on #24. Maybe time to do some merging of approved PR's?

@pmex pmex changed the title Added support for argument ALTERNATE_PATH Added support for argument ALTERNATIVE_PATH May 13, 2024
@pmex
Copy link
Contributor Author

pmex commented May 13, 2024

Also, the way the arguments are parsed (with eval), a path containing a space needs to be both quoted and have all spaces escaped.
i.e. ALTERNATIVE_PATH="/Applications/User\ Apps/MyApp.app"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant