mirror of
https://github.com/riegera2412/UVtools.git
synced 2026-07-08 17:42:31 +02:00
Update createRelease.sh
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user