aboutsummaryrefslogtreecommitdiff
path: root/distribution/macos/updater.sh
AgeCommit message (Collapse)Author
2023-06-28macOS: Fix warning in some shell scripts (#5398)Ac_K
* macOS: Fix warning in some shell scripts In a way to continue the cleaning of the project, there are some warnings which can be easily fixed. * Try to fix CI * Fix APP_ARGUMENTS * Addresses feedback
2023-05-28Improve macOS updater (#5064)siegmund-heiss-ich
* Fix macOS Updater (once again) * Also fix my brain's issues * Move set -e that lsof doesn't trigger exit 1 * Resolve yesterdays brain malfunction 2 * Revert "Move set -e that lsof doesn't trigger exit 1" This reverts commit 589a630610fff26f6a549d82c73be61b74187327. * Also check if PID exists * Remove lsof and instead check for running processes * Remove empty lines * Increase max iterations * Address feedback * Remove obsolete check for child processes * Update comments * Update comments * I swear this is the last commit * lsof + ps check
2023-05-19Fix macOS Update Script (#5014)Isaac Marovitz
* Update updater.sh * Better script * Revert "Better script" This reverts commit 9bf6be863892e5e10c2f2dba45f1d0a60daca688.
2023-05-17macos: Fix relaunch with updater when no arguments were provided to the ↵Mary
emulator (#4987) The updater still seems to be erroring when replacing installed folder under normal operations.
2023-02-25macos: Add updater support (#4464)Mary
This is a very basic updater but should be enough for now. --------- Co-authored-by: TSRBerry <20988865+TSRBerry@users.noreply.github.com>