From d3cec3276ef079b8d1115954b6dd8ad58e260b24 Mon Sep 17 00:00:00 2001 From: Armin Briegel <1933192+scriptingosx@users.noreply.github.com> Date: Tue, 14 Jan 2025 16:22:46 +0100 Subject: [PATCH] fixed wrong path, closes #67 --- Docs/Extras.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/Extras.md b/Docs/Extras.md index ead2f8d..69938f2 100644 --- a/Docs/Extras.md +++ b/Docs/Extras.md @@ -33,7 +33,7 @@ You may also need to remember to remove the [flag file](#flag-file) before launc You will also be able launch the app as the user, by double-clicking the app in `/Applications/Utilities`. This is useful to test the look and feel of your custom icons, text and localization. When you use this to create screen shots for documentation, also note the `overrideSerialNumber` and `hideDebugLabel` keys. -For testing, you can also re-launch Setup Manager from the command line as root with `sudo "/Applications/Utilities/Setup Manager/Contents/Resources/Setup Manager"` +For testing, you can also re-launch Setup Manager from the command line as root with `sudo "/Applications/Utilities/Setup Manager/Contents/MacOS/Setup Manager"` ## Flag file