From 313003484f42842290963c89a02dae4c4e0e9685 Mon Sep 17 00:00:00 2001 From: zmzimpl Date: Sun, 10 Dec 2023 11:30:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=93=E5=8C=85=E6=97=B6=E6=8A=8A=20migratio?= =?UTF-8?q?ns=20=E4=B9=9F=E6=89=93=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .electron-builder.config.js | 4 ++++ 1 file changed, 4 insertions(+) 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: {