android
This commit is contained in:
30
.github/workflows/build.yml
vendored
30
.github/workflows/build.yml
vendored
@@ -63,24 +63,24 @@ jobs:
|
|||||||
os: ubuntu-latest
|
os: ubuntu-latest
|
||||||
targets: apk
|
targets: apk
|
||||||
|
|
||||||
- platform: android-aab
|
# - platform: android-aab
|
||||||
os: ubuntu-latest
|
# os: ubuntu-latest
|
||||||
targets: aab
|
# targets: aab
|
||||||
|
|
||||||
- platform: windows
|
# - platform: windows
|
||||||
os: windows-2019
|
# os: windows-2019
|
||||||
aarch: amd64
|
# aarch: amd64
|
||||||
targets: exe,msix
|
# targets: exe,msix
|
||||||
|
|
||||||
- platform: linux
|
# - platform: linux
|
||||||
os: ubuntu-22.04
|
# os: ubuntu-22.04
|
||||||
aarch: amd64
|
# aarch: amd64
|
||||||
targets: AppImage,deb,rpm
|
# targets: AppImage,deb,rpm
|
||||||
|
|
||||||
- platform: macos
|
# - platform: macos
|
||||||
os: macos-13
|
# os: macos-13
|
||||||
aarch: universal
|
# aarch: universal
|
||||||
targets: dmg,pkg
|
# targets: dmg,pkg
|
||||||
|
|
||||||
# - platform: ios
|
# - platform: ios
|
||||||
# os: macos-13
|
# os: macos-13
|
||||||
|
|||||||
3
Makefile
3
Makefile
@@ -143,7 +143,8 @@ gen_translations: #generating missing translations using google translate
|
|||||||
android-release: android-apk-release
|
android-release: android-apk-release
|
||||||
|
|
||||||
android-apk-release:
|
android-apk-release:
|
||||||
flutter build apk --target $(TARGET) $(BUILD_ARGS) --target-platform android-arm,android-arm64,android-x64 --split-per-abi --verbose
|
echo flutter build apk --target $(TARGET) $(BUILD_ARGS) --target-platform android-arm,android-arm64,android-x64 --split-per-abi --verbose
|
||||||
|
flutter build apk --target $(TARGET) $(BUILD_ARGS) --target-platform android-arm,android-arm64,android-x64 --verbose
|
||||||
ls -R build/app/outputs
|
ls -R build/app/outputs
|
||||||
|
|
||||||
android-aab-release:
|
android-aab-release:
|
||||||
|
|||||||
Reference in New Issue
Block a user