Skip to content

Commit f16959c

Browse files
committed
fix: remove placeholder from forge config
1 parent 0881e1e commit f16959c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

forge.config.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ module.exports = {
1515
// icon: "./assets/icon.icns",
1616
overwrite: true,
1717
additionalDMGOptions: {
18-
window: { size: { width: 660, height: 400 } },
19-
contents: [
20-
{ x: 180, y: 170, type: "file", path: "/path/to/app" },
21-
{ x: 480, y: 170, type: "link", path: "/Applications" }
22-
]
18+
// window: { size: { width: 660, height: 400 } },
19+
// contents: [
20+
// { x: 180, y: 170, type: "file", path: "/path/to/app" },
21+
// { x: 480, y: 170, type: "link", path: "/Applications" }
22+
// ]
2323
}
2424
}
2525
},

0 commit comments

Comments
 (0)