mirror of
https://github.com/SchildiChat/schildichat-desktop.git
synced 2025-03-28 11:02:00 +01:00
Add windows-portable target
This commit is contained in:
parent
3c3c600ec7
commit
1efd1b0ffe
5
Makefile
5
Makefile
@ -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
|
Loading…
x
Reference in New Issue
Block a user