Skip to content

Commit

Permalink
temporary fix android internet permission
Browse files Browse the repository at this point in the history
  • Loading branch information
ffdfgdfg committed Dec 22, 2019
1 parent 231ba13 commit 7361d55
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions build.android.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@

cd /go
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
cp -R /app/* /go/src/github.com/cnlh/nps
cd /go/src/github.com/cnlh/nps
Expand Down

0 comments on commit 7361d55

Please sign in to comment.