This repository has been archived on 2025-09-08. You can view files and clone it, but cannot push or open issues or pull requests.
Files
mewpot-ppropanel-installer/packager.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"
}
}