Skip to content

Commit 2f6a4f8

Browse files
authored
chore: adjust flutter windows release path (#4257)
1 parent 84b8b92 commit 2f6a4f8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

frontend/Makefile.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ FLUTTER_OUTPUT_DIR = "Release"
127127
PRODUCT_EXT = "exe"
128128
CRATE_TYPE = "cdylib"
129129
LIB_EXT = "dll"
130+
BUILD_ARCHS = "x86"
130131
APP_ENVIRONMENT = "production"
131132

132133
[env.development-linux-x86_64]

frontend/scripts/code_generation/freezed/generate_freezed.cmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ cd ..\..\..\appflowy_flutter
1212
REM Navigate to the appflowy_flutter directory and generate files
1313
echo Generating files for appflowy_flutter
1414
REM call flutter packages pub get
15+
call flutter packages pub get
1516
call dart run build_runner clean && call dart run build_runner build -d
1617
echo Done generating files for appflowy_flutter
1718

0 commit comments

Comments
 (0)