We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84b8b92 commit 2f6a4f8Copy full SHA for 2f6a4f8
frontend/Makefile.toml
@@ -127,6 +127,7 @@ FLUTTER_OUTPUT_DIR = "Release"
127
PRODUCT_EXT = "exe"
128
CRATE_TYPE = "cdylib"
129
LIB_EXT = "dll"
130
+BUILD_ARCHS = "x86"
131
APP_ENVIRONMENT = "production"
132
133
[env.development-linux-x86_64]
frontend/scripts/code_generation/freezed/generate_freezed.cmd
@@ -12,6 +12,7 @@ cd ..\..\..\appflowy_flutter
12
REM Navigate to the appflowy_flutter directory and generate files
13
echo Generating files for appflowy_flutter
14
REM call flutter packages pub get
15
+call flutter packages pub get
16
call dart run build_runner clean && call dart run build_runner build -d
17
echo Done generating files for appflowy_flutter
18
0 commit comments