[PR #79] [MERGED] [Build] Enhance windows build instruction and cargo make scripts #3967

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/79
Author: @pdckxd
Created: 11/23/2021
Status: Merged
Merged: 11/23/2021
Merged by: @appflowy

Base: mainHead: main


📝 Commits (1)

  • dd92d0f [Build] Enhance windows build instruction and cargo make scripts

📊 Changes

6 files changed (+33 additions, -5 deletions)

View changed files

📝 doc/BUILD_ON_WINDOWS.md (+4 -2)
📝 frontend/Makefile.toml (+1 -1)
📝 frontend/app_flowy/.vscode/tasks.json (+11 -1)
frontend/scripts/build_sdk.cmd (+3 -0)
📝 frontend/scripts/makefile/desktop.toml (+12 -0)
📝 frontend/scripts/makefile/env.toml (+2 -1)

📄 Description

  1. doc\BUILD_ON_WINDOWS.md
  • add command for building development version
  1. .vscode\tasks.json
  • Enable vscode to launch debug session on windows
  1. frontend\scripts\makefile\env.toml
  • Fix "Command : dart not found." on windows
  1. frontend\Makefile.toml
  • Change profile name "env.development-windows" to "env.development-desktop-windows-x86"

🔄 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/79 **Author:** [@pdckxd](https://github.com/pdckxd) **Created:** 11/23/2021 **Status:** ✅ Merged **Merged:** 11/23/2021 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`dd92d0f`](https://github.com/AppFlowy-IO/AppFlowy/commit/dd92d0faf4b2699af3f09b49a5bc730788a9c437) [Build] Enhance windows build instruction and cargo make scripts ### 📊 Changes **6 files changed** (+33 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `doc/BUILD_ON_WINDOWS.md` (+4 -2) 📝 `frontend/Makefile.toml` (+1 -1) 📝 `frontend/app_flowy/.vscode/tasks.json` (+11 -1) ➕ `frontend/scripts/build_sdk.cmd` (+3 -0) 📝 `frontend/scripts/makefile/desktop.toml` (+12 -0) 📝 `frontend/scripts/makefile/env.toml` (+2 -1) </details> ### 📄 Description 1. doc\BUILD_ON_WINDOWS.md - add command for building development version 2. .vscode\tasks.json - Enable vscode to launch debug session on windows 3. frontend\scripts\makefile\env.toml - Fix "Command : dart not found." on windows 4. frontend\Makefile.toml - Change profile name "env.development-windows" to "env.development-desktop-windows-x86" --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 21:35:43 +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#3967
No description provided.