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
|
||||
|
||||
web:
|
||||
yarn --cwd element-web dist
|
||||
|
||||
desktop: web
|
||||
desktop-common: web
|
||||
yarn --cwd element-desktop run fetch --cfgdir ''
|
||||
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
|
||||
```
|
||||
|
||||
# Build on/for Linux
|
||||
# Build
|
||||
|
||||
`make`
|
||||
|
||||
# Install
|
||||
|
||||
# Build on/for Windows
|
||||
|
||||
TODO
|
||||
Installable packages should appear in element-desktop/dist/.
|
||||
|
Submodule element-desktop updated: b9a21d13d9...db9617521b
Submodule matrix-react-sdk updated: ede46ade42...ba7d80a529
2
setup.sh
2
setup.sh
@ -25,5 +25,5 @@ yarn link matrix-js-sdk
|
||||
yarn link matrix-react-sdk
|
||||
yarn link riot-web
|
||||
yarn install
|
||||
ln -s ../element-web/webapp ./
|
||||
ln -s ../element-web/webapp ./ || true
|
||||
popd
|
||||
|
Reference in New Issue
Block a user