chore: adjust flutter windows release path (#4257)

This commit is contained in:
Lucas.Xu 2023-12-31 02:23:27 +08:00 committed by GitHub
parent 84b8b92582
commit 2f6a4f8c7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -127,6 +127,7 @@ FLUTTER_OUTPUT_DIR = "Release"
PRODUCT_EXT = "exe"
CRATE_TYPE = "cdylib"
LIB_EXT = "dll"
BUILD_ARCHS = "x86"
APP_ENVIRONMENT = "production"
[env.development-linux-x86_64]

View File

@ -12,6 +12,7 @@ cd ..\..\..\appflowy_flutter
REM Navigate to the appflowy_flutter directory and generate files
echo Generating files for appflowy_flutter
REM call flutter packages pub get
call flutter packages pub get
call dart run build_runner clean && call dart run build_runner build -d
echo Done generating files for appflowy_flutter