mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 19:05:59 +01:00
server: Fix translations in standalone build
This commit is contained in:
@@ -77,8 +77,7 @@ module.exports = {
|
||||
function getExtraResourcesForPlatform() {
|
||||
let resources = [
|
||||
'dump-db/',
|
||||
'./bin/tpl/anonymize-database.sql',
|
||||
'translations/'
|
||||
'./bin/tpl/anonymize-database.sql'
|
||||
];
|
||||
const scripts = ['trilium-portable', 'trilium-safe-mode', 'trilium-no-cert-check']
|
||||
switch (process.platform) {
|
||||
|
||||
Reference in New Issue
Block a user