Add windows-portable target

This commit is contained in:
SpiritCroc 2020-10-20 16:33:36 +02:00
parent 3c3c600ec7
commit 1efd1b0ffe
2 changed files with 5 additions and 2 deletions

View File

@ -1,4 +1,4 @@
.PHONY: all web desktop desktop-common linux windows clean
.PHONY: all web desktop desktop-common linux windows windows-portable clean
CFGDIR ?= configs/sc
@ -32,6 +32,9 @@ pacman: desktop-common
windows: desktop-common
$(YARN) --cwd element-desktop run build64windows
windows-portable: desktop-common
$(YARN) --cwd element-desktop run build64windows-portable
clean:
$(YARN) --cwd matrix-js-sdk clean
$(YARN) --cwd matrix-react-sdk clean

@ -1 +1 @@
Subproject commit 3172fb927ddd4a63456028159f40d202512620de
Subproject commit 7a6960e0e7960517ed9da13365f9a903fbffb606