mirror of
https://github.com/SchildiChat/schildichat-desktop.git
synced 2025-06-10 04:35:52 +02:00
Add windows-portable target
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user