mirror of
https://github.com/ehang-io/nps.git
synced 2025-07-02 20:30:43 +00:00
temporary fix android internet permission
This commit is contained in:
parent
231ba13e8c
commit
7361d55e3a
@ -5,6 +5,17 @@
|
|||||||
|
|
||||||
cd /go
|
cd /go
|
||||||
go get -u fyne.io/fyne fyne.io/fyne/cmd/fyne
|
go get -u fyne.io/fyne fyne.io/fyne/cmd/fyne
|
||||||
|
|
||||||
|
# temporary solution here to add android internet permission
|
||||||
|
rm -rf /go/bin/fyne
|
||||||
|
mkdir -p /go/src/github.com/ffdfgdfg
|
||||||
|
cd /go/src/github.com/ffdfgdfg
|
||||||
|
git clone https://github.com/ffdfgdfg/fyne.git
|
||||||
|
cd fyne
|
||||||
|
git checkout android-permission
|
||||||
|
go install ./cmd/fyne
|
||||||
|
cd /go
|
||||||
|
|
||||||
mkdir -p /go/src/github.com/cnlh/nps
|
mkdir -p /go/src/github.com/cnlh/nps
|
||||||
cp -R /app/* /go/src/github.com/cnlh/nps
|
cp -R /app/* /go/src/github.com/cnlh/nps
|
||||||
cd /go/src/github.com/cnlh/nps
|
cd /go/src/github.com/cnlh/nps
|
||||||
|
Loading…
x
Reference in New Issue
Block a user