electron: Add back server translations

pull/489/head
Elian Doran 2024-10-13 12:31:37 +07:00
parent ae680847dc
commit 1277dfc5d5
No known key found for this signature in database
1 changed files with 2 additions and 1 deletions

@ -77,7 +77,8 @@ module.exports = {
function getExtraResourcesForPlatform() {
let resources = [
'dump-db/',
'./bin/tpl/anonymize-database.sql'
'./bin/tpl/anonymize-database.sql',
'translations/'
];
const scripts = ['trilium-portable', 'trilium-safe-mode', 'trilium-no-cert-check']
switch (process.platform) {