Revert "element-desktop: 1.11.110 -> 1.11.111"

This reverts commit 0cf5648a9b.
This commit is contained in:
2025-09-18 18:57:13 +08:00
parent 3bd1118744
commit bc071500f5
2 changed files with 4 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
{ {
"version" = "1.11.111"; "version" = "1.11.110";
"hashes" = { "hashes" = {
"desktopSrcHash" = "sha256-QRnMHlq/gBoptJ/0iBdKUXbnR/oLVeA+ybF/0YFVBlo="; "desktopSrcHash" = "sha256-iWdNiihpU29nek+EQjHmRi7dXadPYYoIt6bhufauKf8=";
"desktopYarnHash" = "sha256-U+MuOe0N29AFrLCi7Xa9bDW70SmhQqqtjim+x7QAiJg="; "desktopYarnHash" = "sha256-l/hclDXT1JeToQPnWFDXU8JSN+oEm5hPYm4OQ7QJONk=";
}; };
} }

View File

@@ -105,6 +105,7 @@ stdenv.mkDerivation (
mkdir -p "$out/share/element" mkdir -p "$out/share/element"
ln -s '${element-web}' "$out/share/element/webapp" ln -s '${element-web}' "$out/share/element/webapp"
cp -r '.' "$out/share/element/electron" cp -r '.' "$out/share/element/electron"
cp -r './res/img' "$out/share/element"
chmod -R "a+w" "$out/share/element/electron/node_modules" chmod -R "a+w" "$out/share/element/electron/node_modules"
rm -rf "$out/share/element/electron/node_modules" rm -rf "$out/share/element/electron/node_modules"
cp -r './node_modules' "$out/share/element/electron" cp -r './node_modules' "$out/share/element/electron"