fix(ui): fixed missing directory browser button in KopiaUI (#2155)

Fixes #2145
This commit is contained in:
Jarek Kowalski authored and GitHub committed 2022-07-07 01:40:51 +00:00
1 parent aec08c84c2
commit 0f680cd24e
1 file changed
+1 -1
+1 -1
View File
@@ -31,7 +31,7 @@ function showRepoWindow(repoID) {
title: 'KopiaUI is Loading...',
autoHideMenuBar: true,
webPreferences: {
preload: path.join(__dirname, 'preload.js'),
preload: path.join(resourcesPath(), 'preload.js'),
},
})