mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
chore: adjust flutter windows release path (#4257)
This commit is contained in:
parent
84b8b92582
commit
2f6a4f8c7b
@ -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]
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user