Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit 36ce2a3

Browse files
committed
add back prettier-ignore comment for pano
1 parent b88980e commit 36ce2a3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

forge.config.cjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ module.exports = {
3838
for (const resource of extraResourcesForPlatform) {
3939
const baseName = path.basename(resource);
4040
const sourcePath = path.join(buildPath, "resources", baseName);
41+
42+
// prettier-ignore
4143
const destPath = (baseName !== "256x256.png")
4244
? path.join(buildPath, baseName)
4345
: path.join(buildPath, "icon.png");

0 commit comments

Comments
 (0)