Skip to content
This repository has been archived by the owner on Jan 16, 2022. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
raifpy authored Oct 14, 2020
1 parent fba961a commit 04b48fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,9 @@ cd $GOPATH/src/PhishDroid

7. Build for Android
```sh
fyne package -os android . # all archs
fyne package -os android/arm .
fyne package -os android/arm64 .
fyne package -os android -appID "org.codeksiyon.phishdroid" . # all archs
fyne package -os android/arm -appID "org.codeksiyon.phishdroid" .
fyne package -os android/arm64 -appID "org.codeksiyon.phishdroid" .
```


Expand Down

0 comments on commit 04b48fd

Please sign in to comment.