mirror of
https://github.com/hicccc77/WeFlow.git
synced 2026-03-24 23:06:51 +00:00
更新弹窗自动过滤下载字段
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user