diff --git a/.electron-builder.config.js b/.electron-builder.config.js index 036e8bc..1511c99 100644 --- a/.electron-builder.config.js +++ b/.electron-builder.config.js @@ -26,6 +26,10 @@ module.exports = async function () { { from: 'Chrome-bin', to: 'Chrome-bin', + }, + { + from: 'migrations', + to: 'app/migrations', } ], extraMetadata: {