File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ FLUTTER_OUTPUT_DIR = "Release"
127
127
PRODUCT_EXT = " exe"
128
128
CRATE_TYPE = " cdylib"
129
129
LIB_EXT = " dll"
130
- BUILD_ARCHS = " x86 "
130
+ BUILD_ARCHS = " x64 "
131
131
APP_ENVIRONMENT = " production"
132
132
133
133
[env .development-linux-x86_64 ]
Original file line number Diff line number Diff line change @@ -210,7 +210,7 @@ script = [
210
210
mkdir ${output_path}
211
211
212
212
product= set ${PRODUCT_NAME}
213
- glob_cp ${CARGO_MAKE_WORKSPACE_WORKING_DIRECTORY}/appflowy_flutter/build/${TARGET_OS}/runner/${FLUTTER_OUTPUT_DIR}/**/* \
213
+ glob_cp ${CARGO_MAKE_WORKSPACE_WORKING_DIRECTORY}/appflowy_flutter/build/${TARGET_OS}/${BUILD_ARCHS }/runner/${FLUTTER_OUTPUT_DIR}/**/* \
214
214
${output_path}/${product}
215
215
""" ,
216
216
]
You can’t perform that action at this time.
0 commit comments