New App: Emotic - futuristicgoo.emotic

This commit is contained in:
Futuristic Goo 2024-09-30 17:10:50 +00:00 committed by linsui
parent fb0e91f161
commit 99e793f379

View file

@ -0,0 +1,124 @@
Categories:
- Games
- Writing
License: GPL-3.0-only
AuthorName: FuturisticGoo
SourceCode: https://github.com/FuturisticGoo/emotic
IssueTracker: https://github.com/FuturisticGoo/emotic/issues
AutoName: Emotic
RepoType: git
Repo: https://github.com/FuturisticGoo/emotic.git
Builds:
- versionName: 0.1.1
versionCode: 11
commit: 332466543799f32c8a5cdcee36efbbce55d8e57d
submodules: true
sudo:
- mkdir -p /home/fgoo/Programming/DartLang/EmoticApp/
- chown -R vagrant /home/fgoo
output: build/app/outputs/flutter-apk/app-armeabi-v7a-fdroid-release.apk
binary: https://github.com/FuturisticGoo/emotic/releases/download/v%v/app-armeabi-v7a-v%v.apk
prebuild:
- cd ..
- mv futuristicgoo.emotic /home/fgoo/Programming/DartLang/EmoticApp/
- pushd /home/fgoo/Programming/DartLang/EmoticApp/futuristicgoo.emotic
- export PUB_CACHE=$(pwd)/.pub-cache
- submodules/flutter/bin/flutter config --no-analytics
- submodules/flutter/bin/flutter packages pub get
- popd
- mv /home/fgoo/Programming/DartLang/EmoticApp/futuristicgoo.emotic .
scanignore:
- submodules/flutter/bin/cache
scandelete:
- .pub-cache
- submodules/flutter
build:
- cd ..
- mv futuristicgoo.emotic /home/fgoo/Programming/DartLang/EmoticApp/
- pushd /home/fgoo/Programming/DartLang/EmoticApp/futuristicgoo.emotic
- export PUB_CACHE=$(pwd)/.pub-cache
- submodules/flutter/bin/flutter build apk --release --split-per-abi --target-platform="android-arm"
--flavor=fdroid
- popd
- mv /home/fgoo/Programming/DartLang/EmoticApp/futuristicgoo.emotic .
- versionName: 0.1.1
versionCode: 12
commit: 332466543799f32c8a5cdcee36efbbce55d8e57d
submodules: true
sudo:
- mkdir -p /home/fgoo/Programming/DartLang/EmoticApp/
- chown -R vagrant /home/fgoo
output: build/app/outputs/flutter-apk/app-arm64-v8a-fdroid-release.apk
binary: https://github.com/FuturisticGoo/emotic/releases/download/v%v/app-arm64-v8a-v%v.apk
prebuild:
- cd ..
- mv futuristicgoo.emotic /home/fgoo/Programming/DartLang/EmoticApp/
- pushd /home/fgoo/Programming/DartLang/EmoticApp/futuristicgoo.emotic
- export PUB_CACHE=$(pwd)/.pub-cache
- submodules/flutter/bin/flutter config --no-analytics
- submodules/flutter/bin/flutter packages pub get
- popd
- mv /home/fgoo/Programming/DartLang/EmoticApp/futuristicgoo.emotic .
scanignore:
- submodules/flutter/bin/cache
scandelete:
- .pub-cache
- submodules/flutter
build:
- cd ..
- mv futuristicgoo.emotic /home/fgoo/Programming/DartLang/EmoticApp/
- pushd /home/fgoo/Programming/DartLang/EmoticApp/futuristicgoo.emotic
- export PUB_CACHE=$(pwd)/.pub-cache
- submodules/flutter/bin/flutter build apk --release --split-per-abi --target-platform="android-arm64"
--flavor=fdroid
- popd
- mv /home/fgoo/Programming/DartLang/EmoticApp/futuristicgoo.emotic .
- versionName: 0.1.1
versionCode: 13
commit: 332466543799f32c8a5cdcee36efbbce55d8e57d
submodules: true
sudo:
- mkdir -p /home/fgoo/Programming/DartLang/EmoticApp/
- chown -R vagrant /home/fgoo
output: build/app/outputs/flutter-apk/app-x86_64-fdroid-release.apk
binary: https://github.com/FuturisticGoo/emotic/releases/download/v%v/app-x86_64-v%v.apk
prebuild:
- cd ..
- mv futuristicgoo.emotic /home/fgoo/Programming/DartLang/EmoticApp/
- pushd /home/fgoo/Programming/DartLang/EmoticApp/futuristicgoo.emotic
- export PUB_CACHE=$(pwd)/.pub-cache
- submodules/flutter/bin/flutter config --no-analytics
- submodules/flutter/bin/flutter packages pub get
- popd
- mv /home/fgoo/Programming/DartLang/EmoticApp/futuristicgoo.emotic .
scanignore:
- submodules/flutter/bin/cache
scandelete:
- .pub-cache
- submodules/flutter
build:
- cd ..
- mv futuristicgoo.emotic /home/fgoo/Programming/DartLang/EmoticApp/
- pushd /home/fgoo/Programming/DartLang/EmoticApp/futuristicgoo.emotic
- export PUB_CACHE=$(pwd)/.pub-cache
- submodules/flutter/bin/flutter build apk --release --split-per-abi --target-platform="android-x64"
--flavor=fdroid
- popd
- mv /home/fgoo/Programming/DartLang/EmoticApp/futuristicgoo.emotic .
AllowedAPKSigningKeys: e3a5e79eda4eeae00c5f44a227838331914f50e07b682fea506e2ffa166db92a
AutoUpdateMode: Version
UpdateCheckMode: Tags
VercodeOperation:
- 10 * %c + 1
- 10 * %c + 2
- 10 * %c + 3
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
CurrentVersion: 0.1.1
CurrentVersionCode: 13