Auto-fix formatting issues

This commit is contained in:
GitHub Action
2025-09-16 11:14:56 +00:00
parent b6be411c7a
commit 2925b2f56b
5 changed files with 39 additions and 31 deletions

View File

@@ -233,7 +233,8 @@ StartupNotify=true
};
const iconInfo = platformIconMap[platform];
const resolvedIconPath = options.icon ? path.resolve(options.icon) : null;
const exists = resolvedIconPath && (await fsExtra.pathExists(resolvedIconPath));
const exists =
resolvedIconPath && (await fsExtra.pathExists(resolvedIconPath));
if (exists) {
let updateIconPath = true;
let customIconExt = path.extname(resolvedIconPath).toLowerCase();