Stop requiring webapp symlink

Causes issues on Windows-native compile
This commit is contained in:
SpiritCroc 2024-10-20 15:35:27 +02:00
parent 85546de7b7
commit a8eb3ece19
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -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