17 lines
397 B
JSON
17 lines
397 B
JSON
{
|
|
"macos" : {
|
|
"background": "assets/osx/installer.png",
|
|
"title": "Mewpot_Panel_Installer",
|
|
"icon": "assets/osx/icon.icns",
|
|
"icon-size": 128,
|
|
"contents": [
|
|
{ "x": 587, "y": 249, "type": "link", "path": "/Applications" },
|
|
{ "x": 208, "y": 249, "type": "file" }
|
|
]
|
|
},
|
|
"win" : {
|
|
"title" : "Mewpot_Panel_Installer",
|
|
"icon" : "assets/win/icon.ico"
|
|
}
|
|
}
|