Skip to content

Commit

Permalink
update gitignore, bump wails version to b28
Browse files Browse the repository at this point in the history
  • Loading branch information
achhabra2 committed Jan 12, 2022
1 parent 485d484 commit 1c81c2f
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 4,154 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Expand Up @@ -20,4 +20,7 @@ gon-config.json
microsoft.system.package.metadata
*.msix

RiftShare.pkg
RiftShare.pkg

# Exclude Dist Directory
frontend/dist
2 changes: 2 additions & 0 deletions build-macos.sh
@@ -1,3 +1,5 @@
#!/bin/bash

export PATH=${PATH}:`go env GOPATH`/bin
echo "building on AMD64"
wails build -platform darwin/amd64 -clean
Expand Down
2 changes: 2 additions & 0 deletions bump_version.sh
@@ -1,3 +1,5 @@
#!/bin/bash

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 1c81c2f

Please sign in to comment.