Update readme
This commit is contained in:
@@ -16,6 +16,8 @@
|
||||
- MinGW-w64
|
||||
- Android SDK (with CMake and NDK)
|
||||
|
||||
This project uses [flutter_distributor](https://github.com/leanflutter/flutter_distributor) for packaging.
|
||||
|
||||
```shell
|
||||
# fetch dependencies and build generated files
|
||||
$ make get gen
|
||||
@@ -25,6 +27,9 @@
|
||||
|
||||
# build apk for android
|
||||
$ make release-android
|
||||
|
||||
# build windows executable
|
||||
$ flutter_distributor package --platform windows --targets exe
|
||||
```
|
||||
|
||||
## Acknowledgements
|
||||
|
||||
@@ -2,7 +2,13 @@ output: dist/
|
||||
releases:
|
||||
- name: prod
|
||||
jobs:
|
||||
- name: release-prod-windows
|
||||
- name: release-windows-exe
|
||||
package:
|
||||
platform: windows
|
||||
target: exe
|
||||
- name: release-android-bundle
|
||||
package:
|
||||
platform: android
|
||||
target: apk
|
||||
build_args:
|
||||
target-platform: android-arm,android-arm64,android-x64
|
||||
Reference in New Issue
Block a user