fix(monorepo/electron): add back executable name in package.json

This commit is contained in:
Elian Doran 2025-04-19 12:08:45 +03:00
parent 423cc3490b
commit 8733acebf5
No known key found for this signature in database

View File

@ -51,5 +51,8 @@
"@electron-forge/maker-squirrel": "7.8.0",
"@electron-forge/maker-zip": "7.8.0",
"@electron-forge/plugin-auto-unpack-natives": "7.8.0"
},
"packagerConfig": {
"executableName": "trilium"
}
}