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

Commit 04b48fd

Browse files
authored
Update README.md
1 parent fba961a commit 04b48fd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,9 @@ cd $GOPATH/src/PhishDroid
111111

112112
7. Build for Android
113113
```sh
114-
fyne package -os android . # all archs
115-
fyne package -os android/arm .
116-
fyne package -os android/arm64 .
114+
fyne package -os android -appID "org.codeksiyon.phishdroid" . # all archs
115+
fyne package -os android/arm -appID "org.codeksiyon.phishdroid" .
116+
fyne package -os android/arm64 -appID "org.codeksiyon.phishdroid" .
117117
```
118118

119119

0 commit comments

Comments
 (0)