aports/testing/element-desktop/desktop-tasje-one-hak.patch
2022-09-14 15:09:57 +00:00

21 lines
571 B
Diff

directories in .hak/hakModules are already symlinked inside node_modules,
and as such are already being copied by default. this makes tasje fail with:
```
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value:
FileAlreadyWritten("/node_modules/keytar/package.json")', src/main.rs:200:18
```
--- a/package.json
+++ b/package.json
@@ -96,10 +96,6 @@
"asarUnpack": "**/*.node",
"files": [
"package.json",
- {
- "from": ".hak/hakModules",
- "to": "node_modules"
- },
"lib/**"
],
"extraResources": [