[Customize] 단일 ZXP파일을 설치하도록 프로젝트 변경

This commit is contained in:
Karoid
2020-02-24 18:22:13 +09:00
commit 00b6b34f3a
50 changed files with 25877 additions and 0 deletions

16
packager.json Normal file
View 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"
}
}