-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added to nightly deploy. fixed build.sh fyne not found
- Loading branch information
1 parent
6d69efa
commit f01cb7c
Showing
2 changed files
with
22 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,5 +13,6 @@ GOOS=darwin GOARCH=arm64 go build -ldflags "-X 'main.shareKey=${SHARE_KEY}' -X m | |
GOOS=darwin GOARCH=amd64 go build -ldflags "-X 'main.shareKey=${SHARE_KEY}' -X main.version=`git tag --sort=-version:refname | head -n 1`" -o server_darwin_amd64 ./cmd/server | ||
GOOS=linux GOARCH=amd64 go build -ldflags "-X 'main.shareKey=${SHARE_KEY}' -X main.version=`git tag --sort=-version:refname | head -n 1`" -o server_linux_amd64 ./cmd/server | ||
|
||
go install fyne.io/fyne/v2/cmd/[email protected] | ||
cd cmd/server_andriod && GOFLAGS="'-ldflags=-X=main.version=`git tag --sort=-version:refname | head -n 1` \"-X=main.shareKey=${SHARE_KEY}\"'" fyne package -os android -appID com.gcsim.server -icon ../../ui/packages/ui/src/Images/logo.png --release --name "gcsim server" && cp gcsim_server.apk ../../gcsim_server.apk | ||
|