Commit Graph

8 Commits

Author SHA1 Message Date
Alex to
fc5e82d169 Fix task dependency order problem. Extract step of "vcpkg install sqlite3:x64-windows-static-md" from task "install_diesel.windows" 2021-11-17 23:43:49 +08:00
Alex to
5ee37972ef #19 - [FR] Successfully to build workable version for windows (Rust target: x86_64-pc-windows-msvc), request to contribute
1. scripts\flowy-tool\Cargo.toml
  - Remove shell dependency which does not support windows
2. scripts\makefile\env.toml
  - Enhance environment checking for building app on windows
3. scripts\flowy-tool\src\util\file.rs
  - Trim unnecessary prefix "\\?\" for std::fs::canonicalize(root) on windows
4.  scripts\makefile\flutter.toml
  - add dependency for "tasks.appflowy-windows" to copy dart_ffi.dll from rust build folder to flutter build folder
5. scripts\flowy-tool\src\proto\proto_gen.rs
  - Remove dir by using platform independent code rather than calling *nix shell command
6. scripts\makefile\protobuf.toml
  - tasks.gen_dart_event: call duckscript to gen_dart_event on windows platform
2021-11-17 21:45:18 +08:00
Stephen
fcb8d49cf9
remove brew install from env.toml 2021-11-16 00:18:48 -08:00
appflowy
635f6b8607 [rust]: fix multi thread test bugs 2021-11-09 17:50:32 +08:00
annie
c90cdb90d7 [flutter]: add some scripts 2021-11-07 10:34:28 +08:00
annie
6130735bab [flutter]: update flowy_env script 2021-11-06 23:27:30 +08:00
appflowy
e588f15277 [flutter]: config flowy dev script 2021-11-06 20:35:04 +08:00
appflowy
317cbb37b6 config sdk log 2021-09-05 15:56:44 +08:00