From 1efd1b0ffef226ce1a53fb65470faff61a1252d2 Mon Sep 17 00:00:00 2001 From: SpiritCroc Date: Tue, 20 Oct 2020 16:33:36 +0200 Subject: [PATCH] Add windows-portable target --- Makefile | 5 ++++- element-desktop | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 3031031..be6fd29 100644 --- a/Makefile +++ b/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 diff --git a/element-desktop b/element-desktop index 3172fb9..7a6960e 160000 --- a/element-desktop +++ b/element-desktop @@ -1 +1 @@ -Subproject commit 3172fb927ddd4a63456028159f40d202512620de +Subproject commit 7a6960e0e7960517ed9da13365f9a903fbffb606