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:
@ -127,6 +127,7 @@ FLUTTER_OUTPUT_DIR = "Release"
|
|||||||
PRODUCT_EXT = "exe"
|
PRODUCT_EXT = "exe"
|
||||||
CRATE_TYPE = "cdylib"
|
CRATE_TYPE = "cdylib"
|
||||||
LIB_EXT = "dll"
|
LIB_EXT = "dll"
|
||||||
|
BUILD_ARCHS = "x86"
|
||||||
APP_ENVIRONMENT = "production"
|
APP_ENVIRONMENT = "production"
|
||||||
|
|
||||||
[env.development-linux-x86_64]
|
[env.development-linux-x86_64]
|
||||||
|
@ -12,6 +12,7 @@ cd ..\..\..\appflowy_flutter
|
|||||||
REM Navigate to the appflowy_flutter directory and generate files
|
REM Navigate to the appflowy_flutter directory and generate files
|
||||||
echo Generating files for appflowy_flutter
|
echo Generating files for appflowy_flutter
|
||||||
REM call flutter packages pub get
|
REM call flutter packages pub get
|
||||||
|
call flutter packages pub get
|
||||||
call dart run build_runner clean && call dart run build_runner build -d
|
call dart run build_runner clean && call dart run build_runner build -d
|
||||||
echo Done generating files for appflowy_flutter
|
echo Done generating files for appflowy_flutter
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user