Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ go mod tidy

* Build from within the repo directory:
```
fyne package -name Engram -os windows -appVersion 0.6.1 -icon Icon.png
fyne package -name Engram -os windows -appVersion 0.6.2 -icon Icon.png -tags migrated_fynedo
```

#### Building for Android APK (Linux)
Expand All @@ -66,7 +66,7 @@ fyne package -name Engram -os windows -appVersion 0.6.1 -icon Icon.png
* Add environment variable for ANDROID_NDK_HOME to point at the downloaded and extracted ndk directory
* Build from within the repo directory:
```
fyne package -name Engram -os android/arm64 -appVersion 0.6.1 -appID com.engram.main -icon ./Icon.png
fyne package -name Engram -os android/arm64 -appVersion 0.6.2 -appID com.engram.main -icon ./Icon.png -tags migrated_fynedo
```

## Contributing
Expand Down
Loading