[PR #343] [MERGED] Fix windows build #4082

Closed
opened 2026-03-23 21:36:13 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/343
Author: @appflowy
Created: 2/17/2022
Status: Merged
Merged: 2/17/2022
Merged by: @appflowy

Base: mainHead: fix_windows_build


📝 Commits (2)

  • ceaf1cc feat: fix windows build erros
  • 06967d8 fix: path issue on windows

📊 Changes

25 files changed (+176 additions, -182 deletions)

View changed files

📝 frontend/.vscode/tasks.json (+21 -0)
📝 frontend/app_flowy/.vscode/launch.json (+0 -7)
📝 frontend/app_flowy/.vscode/tasks.json (+5 -2)
📝 frontend/rust-lib/dart-ffi/Cargo.toml (+1 -1)
📝 frontend/rust-lib/dart-notify/Cargo.toml (+1 -1)
📝 frontend/rust-lib/flowy-error/Cargo.toml (+1 -1)
📝 frontend/rust-lib/flowy-folder/Cargo.toml (+1 -1)
📝 frontend/rust-lib/flowy-net/Cargo.toml (+1 -1)
📝 frontend/rust-lib/flowy-user/Cargo.toml (+1 -1)
📝 frontend/scripts/clean.cmd (+1 -1)
📝 frontend/scripts/makefile/protobuf.toml (+22 -14)
📝 shared-lib/flowy-collaboration/Cargo.toml (+1 -1)
📝 shared-lib/flowy-error-code/Cargo.toml (+1 -1)
📝 shared-lib/flowy-folder-data-model/Cargo.toml (+1 -1)
📝 shared-lib/flowy-user-data-model/Cargo.toml (+1 -1)
📝 shared-lib/lib-infra/Cargo.toml (+1 -1)
📝 shared-lib/lib-infra/src/code_gen/dart_event/dart_event.rs (+19 -44)
📝 shared-lib/lib-infra/src/code_gen/flowy_toml.rs (+13 -13)
📝 shared-lib/lib-infra/src/code_gen/mod.rs (+3 -3)
📝 shared-lib/lib-infra/src/code_gen/protobuf_file/ast.rs (+4 -2)

...and 5 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/AppFlowy-IO/AppFlowy/pull/343 **Author:** [@appflowy](https://github.com/appflowy) **Created:** 2/17/2022 **Status:** ✅ Merged **Merged:** 2/17/2022 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `fix_windows_build` --- ### 📝 Commits (2) - [`ceaf1cc`](https://github.com/AppFlowy-IO/AppFlowy/commit/ceaf1ccc211d9ee5412f9198ccf9b36d0e9d8325) feat: fix windows build erros - [`06967d8`](https://github.com/AppFlowy-IO/AppFlowy/commit/06967d805710a40599cf1e2bc1e1f0bb1879eaac) fix: path issue on windows ### 📊 Changes **25 files changed** (+176 additions, -182 deletions) <details> <summary>View changed files</summary> 📝 `frontend/.vscode/tasks.json` (+21 -0) 📝 `frontend/app_flowy/.vscode/launch.json` (+0 -7) 📝 `frontend/app_flowy/.vscode/tasks.json` (+5 -2) 📝 `frontend/rust-lib/dart-ffi/Cargo.toml` (+1 -1) 📝 `frontend/rust-lib/dart-notify/Cargo.toml` (+1 -1) 📝 `frontend/rust-lib/flowy-error/Cargo.toml` (+1 -1) 📝 `frontend/rust-lib/flowy-folder/Cargo.toml` (+1 -1) 📝 `frontend/rust-lib/flowy-net/Cargo.toml` (+1 -1) 📝 `frontend/rust-lib/flowy-user/Cargo.toml` (+1 -1) 📝 `frontend/scripts/clean.cmd` (+1 -1) 📝 `frontend/scripts/makefile/protobuf.toml` (+22 -14) 📝 `shared-lib/flowy-collaboration/Cargo.toml` (+1 -1) 📝 `shared-lib/flowy-error-code/Cargo.toml` (+1 -1) 📝 `shared-lib/flowy-folder-data-model/Cargo.toml` (+1 -1) 📝 `shared-lib/flowy-user-data-model/Cargo.toml` (+1 -1) 📝 `shared-lib/lib-infra/Cargo.toml` (+1 -1) 📝 `shared-lib/lib-infra/src/code_gen/dart_event/dart_event.rs` (+19 -44) 📝 `shared-lib/lib-infra/src/code_gen/flowy_toml.rs` (+13 -13) 📝 `shared-lib/lib-infra/src/code_gen/mod.rs` (+3 -3) 📝 `shared-lib/lib-infra/src/code_gen/protobuf_file/ast.rs` (+4 -2) _...and 5 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 21:36:13 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
AppFlowy-IO/AppFlowy#4082
No description provided.