add back prettier-ignore comment for pano

This commit is contained in:
perf3ct 2025-02-24 16:12:53 +00:00
parent b88980ea49
commit 36ce2a3342
No known key found for this signature in database
GPG Key ID: 569C4EEC436F5232

View File

@ -38,6 +38,8 @@ module.exports = {
for (const resource of extraResourcesForPlatform) {
const baseName = path.basename(resource);
const sourcePath = path.join(buildPath, "resources", baseName);
// prettier-ignore
const destPath = (baseName !== "256x256.png")
? path.join(buildPath, baseName)
: path.join(buildPath, "icon.png");