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"
127127PRODUCT_EXT = " exe"
128128CRATE_TYPE = " cdylib"
129129LIB_EXT = " dll"
130- BUILD_ARCHS = " x86 "
130+ BUILD_ARCHS = " x64 "
131131APP_ENVIRONMENT = " production"
132132
133133[env .development-linux-x86_64 ]
Original file line number Diff line number Diff line change @@ -210,7 +210,7 @@ script = [
210210 mkdir ${output_path}
211211
212212 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}/**/* \
214214 ${output_path}/${product}
215215 """ ,
216216]
You can’t perform that action at this time.
0 commit comments