mirror of
https://github.com/SchildiChat/schildichat-desktop.git
synced 2025-03-26 10:07:47 +01:00
Stop requiring webapp symlink
Causes issues on Windows-native compile
This commit is contained in:
parent
85546de7b7
commit
a8eb3ece19
2
Makefile
2
Makefile
@ -206,7 +206,7 @@ clean:
|
||||
$(YARN) --cwd matrix-react-sdk clean
|
||||
$(YARN) --cwd element-web clean
|
||||
$(YARN) --cwd element-desktop clean
|
||||
rm -f element-desktop/webapp
|
||||
rm -f element-desktop/webapp || true
|
||||
rm -rf element-web/dist
|
||||
rm -rf local-pkgbuild
|
||||
rm -f bom.lock
|
||||
|
1
setup.sh
1
setup.sh
@ -25,7 +25,6 @@ popd
|
||||
|
||||
pushd element-desktop
|
||||
$yarn install
|
||||
ln -s ../element-web/webapp ./ || true
|
||||
# Seshat: compare https://github.com/element-hq/element-desktop/blob/develop/docs/native-node-modules.md#adding-seshat-for-search-in-e2e-encrypted-rooms
|
||||
$yarn add matrix-seshat
|
||||
#$yarn add electron-build-env
|
||||
|
Loading…
x
Reference in New Issue
Block a user