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
path: root/build
diff options
context:
space:
mode:
authorTiago Conceição <Tiago_caza@hotmail.com>2022-04-06 00:04:27 +0300
committerTiago Conceição <Tiago_caza@hotmail.com>2022-04-06 00:04:27 +0300
commit306b4d5141e5be7f91bb8dd04e715f102df64f93 (patch)
treee38e7b0d6d3155428aac6fc6511d6b34a6f9dda7 /build
parent6076262cfacb366553c3dbede60496074adeed50 (diff)
Update createRelease.sh
Diffstat (limited to 'build')
-rw-r--r--build/createRelease.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/createRelease.sh b/build/createRelease.sh
index 77fa85a..22a6b3d 100644
--- a/build/createRelease.sh
+++ b/build/createRelease.sh
@@ -125,8 +125,8 @@ elif [[ $runtime == osx-* ]]; then
cp -af "$platformsDir/osx/Info.plist" "$osxApp/Contents/"
cp -af "$platformsDir/osx/UVtools.entitlements" "$osxApp/Contents/"
cp -a "$publishRuntimeDir/." "$osxApp/Contents/MacOS"
- sed -i "s/#VERSION/$version/g" "$osxApp/Contents/Info.plist" 2>/dev/null
- sed -i '' "s/#VERSION/$version/g" "$osxApp/Contents/Info.plist" 2>/dev/null
+ sed -i "s/#VERSION/$version/g" "$osxApp/Contents/Info.plist" 2>/dev/null # Linux
+ sed -i '' "s/#VERSION/$version/g" "$osxApp/Contents/Info.plist" 2>/dev/null # macOS
# Remove the base publish if able
[ "$keepNetPublish" == false ] && rm -rf "$publishRuntimeDir" 2>/dev/null