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

Commit

Permalink
Move scripts into a scripts folder
Browse files Browse the repository at this point in the history
  • Loading branch information
achhabra2 committed Jun 6, 2022
1 parent a0e0e33 commit ddc1090
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 0 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions bump-version.sh → scripts/bump-version.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/bash

echo $PWD
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
Expand Down

0 comments on commit ddc1090

Please sign in to comment.