Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

Commit

Permalink
Remove unnecessary sed statement
Browse files Browse the repository at this point in the history
  • Loading branch information
achhabra2 committed Jun 6, 2022
1 parent e91491f commit b998bf4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bump_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@
sed -i '' s/$1/$2/g ./build/darwin/Info.plist
sed -i '' s/$1/$2/g ./internal/update/selfupdate.go
sed -i '' s/$1\.0/$2\.0/g ./build/windows/appxmanifest.xml
sed -i '' s/$1\.0/$2\.0/g ./build/windows/RiftShare.exe.manifest
sed -i '' s/$1/$2/g ./build/linux/app.riftshare.RiftShare.desktop
sed -i '' s/$1\.0/$2\.0/g ./build/windows/RiftShare.exe.manifest

0 comments on commit b998bf4

Please sign in to comment.