mirror of
https://github.com/ehang-io/nps.git
synced 2025-07-03 04:53:50 +00:00
change build.sh
This commit is contained in:
parent
4899bbd9d5
commit
8311c8bd77
@ -10,7 +10,7 @@ script:
|
|||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
before_deploy:
|
before_deploy:
|
||||||
- chmod +x ./build.sh && ./build.sh
|
- chmod +x ./build.sh && chmod +x ./build.android.sh && ./build.sh
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
provider: releases
|
provider: releases
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#/bin/bash
|
||||||
#sudo apt-get install libgl1-mesa-dev xorg-dev
|
#sudo apt-get install libgl1-mesa-dev xorg-dev
|
||||||
#go get github.com/ffdfgdfg/fyne-cross
|
#go get github.com/ffdfgdfg/fyne-cross
|
||||||
#fyne-cross --targets=linux/amd64,windows/amd64,darwin/amd64 gui/npc/npc.go
|
#fyne-cross --targets=linux/amd64,windows/amd64,darwin/amd64 gui/npc/npc.go
|
||||||
|
Loading…
x
Reference in New Issue
Block a user