chore: sync 0.1.2 (#2135)

This commit is contained in:
Lucas.Xu
2023-03-30 10:09:15 +08:00
committed by GitHub
parent 8541ca8bec
commit 7f11584b58
5 changed files with 21 additions and 5 deletions

View File

@ -159,7 +159,7 @@ script = [
[tasks.create-release-archive-macos]
script = [
# TODO
# TODO
# "cd ${CARGO_MAKE_WORKSPACE_WORKING_DIRECTORY}/appflowy_flutter/product/${VERSION}/${TARGET_OS}/Release/${PRODUCT_NAME}",
# "tar -czf ${PRODUCT_NAME}-${TARGET_OS}-x86.tar.gz *"
]
@ -169,7 +169,7 @@ script = ["""
cd appflowy_flutter/
flutter clean
flutter pub get
flutter build ${TARGET_OS} --${BUILD_FLAG} --build-name=${APP_VERSION}
flutter build ${TARGET_OS} --${BUILD_FLAG}
"""]
script_runner = "@shell"