Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sn4k3/UVtools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiago Conceição <Tiago_caza@hotmail.com>2022-10-19 06:47:27 +0300
committerTiago Conceição <Tiago_caza@hotmail.com>2022-10-19 06:47:27 +0300
commitcba04077fb6aa24e8f6c0fe54b135ff4887413d6 (patch)
tree27ee9b63c216d251c383664ce959ba3756d2ce52 /Scripts
parent30c9c6d69e8331634ea1a99720899a09a1953af6 (diff)
Update install-uvtools.sh
Diffstat (limited to 'Scripts')
-rw-r--r--Scripts/install-uvtools.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/Scripts/install-uvtools.sh b/Scripts/install-uvtools.sh
index c766534..26c0151 100644
--- a/Scripts/install-uvtools.sh
+++ b/Scripts/install-uvtools.sh
@@ -56,9 +56,10 @@ if [ "${OSTYPE:0:6}" == "darwin" ]; then
# arm64: Create script on user desktop to run UVtools
if [ "$arch_name" == "arm64" ]; then
run_script="/Users/$USER/Desktop/run-uvtools.sh"
- echo "#!/bin/bash\nbash '$appDir/Contents/MacOS/UVtools.sh' &" > "$run_script"
+ echo "#!/bin/bash
+bash '$appDir/Contents/MacOS/UVtools.sh' &" > "$run_script"
chmod a+x "$run_script"
- echo "arm64: Always run 'bash run-uvtools.sh' from desktop to run UVtools"
+ echo "Note: Always run 'bash run-uvtools.sh' from desktop to run UVtools on your mac arm64!"
fi
if [ -f "$appDir/Contents/MacOS/UVtools.sh" ]; then