1
0
mirror of https://github.com/mattermost/focalboard.git synced 2025-11-06 09:19:31 +02:00

Remove old windows app

This commit is contained in:
Chen-I Lim
2021-03-04 17:08:05 -08:00
parent d302e55fe9
commit 910ac3353e
8 changed files with 20 additions and 245 deletions

View File

@@ -48,8 +48,8 @@ You can build standalone apps that package the server to run locally against SQL
* Windows:
* Open a git-bash prompt
* Install win-node-env `npm install -g win-node-env`
* `make win-app`
* run `win/dist/focalboard.exe`
* `make win-wpf-app`
* run `cd win-wpf/msix && focalboard.exe`
* *Requires: Windows 10*
Cross-compilation currently isn't fully supported, so please build on the appropriate platform. Refer to the GitHub Actions workflows (build-mac.yml, build-win.yml, build-ubuntu.yml) for the detailed list of steps on each platform.