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

Windows zip package

This commit is contained in:
Chen-I Lim
2021-03-23 12:08:30 -07:00
parent ad1b2fb185
commit d6beedceea
4 changed files with 15 additions and 1 deletions

1
win-wpf/.gitignore vendored
View File

@@ -1,6 +1,7 @@
packages
obj
msix
dist
*.msix
*.suo
*.csproj.user

6
win-wpf/package-zip.bat Normal file
View File

@@ -0,0 +1,6 @@
@echo off
if exist dist\focalboard-win.zip del /q dist\focalboard-win.zip
if not exist dist mkdir dist
powershell Compress-Archive -Path Focalboard\bin\x64\Release\* -DestinationPath dist\focalboard-win.zip