更新弹窗自动过滤下载字段

This commit is contained in:
cc
2026-03-21 15:17:41 +08:00
parent f3fc5760fc
commit a179f13031
2 changed files with 64 additions and 3 deletions

View File

@@ -155,8 +155,8 @@ function getModulePath(resourcesDir, appOutDir, platform) {
if (!filename) return null;
const direct = findFirstExisting([
path.join(resourcesDir, filename),
path.join(resourcesDir, 'resources', filename),
path.join(resourcesDir, filename),
]);
if (direct) return direct;