From 76886fc871a91ffc680fc878c973f6c3e8e9e924 Mon Sep 17 00:00:00 2001 From: Blore <1137480882@qq.com> Date: Sun, 30 Apr 2023 17:04:27 +0800 Subject: [PATCH] =?UTF-8?q?style(preload.js):=20=E4=BF=AE=E6=94=B9preload.?= =?UTF-8?q?js=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/{filesystem => }/preload.js | 0 vue.config.js | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename src/main/{filesystem => }/preload.js (100%) diff --git a/src/main/filesystem/preload.js b/src/main/preload.js similarity index 100% rename from src/main/filesystem/preload.js rename to src/main/preload.js diff --git a/vue.config.js b/vue.config.js index 228667f1..bae6f1ea 100644 --- a/vue.config.js +++ b/vue.config.js @@ -3,7 +3,7 @@ module.exports = defineConfig({ transpileDependencies: true, pluginOptions: { electronBuilder: { - preload: 'src/main/filesystem/preload.js', + preload: 'src/main/preload.js', nodeModulesPath: ['./node_modules'], builderOptions: { nsis: {