[Customize] 단일 ZXP파일을 설치하도록 프로젝트 변경
This commit is contained in:
16
packager.json
Normal file
16
packager.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user