forked from github/schildichat-desktop
Update compile targets
This commit is contained in:
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
release.mk
|
15
Makefile
15
Makefile
@ -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
|
||||||
|
@ -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
|
|
||||||
|
Submodule element-desktop updated: b9a21d13d9...db9617521b
Submodule matrix-react-sdk updated: ede46ade42...ba7d80a529
Reference in New Issue
Block a user