Update compile targets

This commit is contained in:
SpiritCroc 2020-09-01 17:41:38 +02:00
parent 599fe14f46
commit bd7c0a209d
6 changed files with 19 additions and 10 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
release.mk

View File

@ -1,11 +1,20 @@
.PHONY: all web desktop .PHONY: all web desktop desktop-common linux windows
all: desktop all: desktop
web: web:
yarn --cwd element-web dist yarn --cwd element-web dist
desktop: web desktop-common: web
yarn --cwd element-desktop run fetch --cfgdir '' yarn --cwd element-desktop run fetch --cfgdir ''
yarn --cwd element-desktop run build:native yarn --cwd element-desktop run build:native
yarn --cwd element-desktop run build
desktop: windows linux
linux: desktop-common
yarn --cwd element-desktop run build64linux
windows: desktop-common
yarn --cwd element-desktop run build64windows
-include release.mk

View File

@ -9,11 +9,10 @@ git clone --recurse-submodules https://github.com/SpiritCroc/schildichat-desktop
./setup.sh ./setup.sh
``` ```
# Build on/for Linux # Build
`make` `make`
# Install
# Build on/for Windows Installable packages should appear in element-desktop/dist/.
TODO

@ -1 +1 @@
Subproject commit b9a21d13d93ff18e3f13e2f2ec3158406e135409 Subproject commit db9617521b8db7f4ffeaf6e3eff3ac5c19f1f9d2

@ -1 +1 @@
Subproject commit ede46ade42727f48f0ef8eb284f8d8ff72b24edc Subproject commit ba7d80a529c051b7057fc8d60c70b51f11a1bf31

View File

@ -25,5 +25,5 @@ yarn link matrix-js-sdk
yarn link matrix-react-sdk yarn link matrix-react-sdk
yarn link riot-web yarn link riot-web
yarn install yarn install
ln -s ../element-web/webapp ./ ln -s ../element-web/webapp ./ || true
popd popd