feat: custom dmg background

This commit is contained in:
MystiPanda
2024-06-20 13:42:14 +08:00
parent bb9a93e462
commit b4b9ae5d7f
3 changed files with 167 additions and 59 deletions

View File

@@ -14,6 +14,25 @@
"exceptionDomain": "",
"signingIdentity": null,
"entitlements": null
},
"dmg": {
"background": "images/background.png",
"appPosition": {
"x": 180,
"y": 170
},
"applicationFolderPosition": {
"x": 480,
"y": 170
},
"windowSize": {
"height": 400,
"width": 660
},
"windowPosition": {
"x": 200,
"y": 180
}
}
}
}