-
-
Notifications
You must be signed in to change notification settings - Fork 17
/
msicreator.json
29 lines (29 loc) · 939 Bytes
/
msicreator.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"upgrade_guid": "1279FFE1-5C4A-4354-B0A0-5A3FCF2719E3",
"version": "2.10.4",
"product_name": "sticker-convert",
"manufacturer": "laggykiller",
"name": "sticker-convert",
"name_base": "sticker-convert",
"comments": "Convert (animated) stickers between WhatsApp, Telegram, Signal, Line, Kakao, Viber, iMessage",
"installdir": "sticker-convert",
"license_file": "msi_res/LICENSE.rtf",
"addremove_icon": "src/sticker_convert/resources/appicon.ico",
"startmenu_shortcut": "sticker-convert.exe",
"desktop_shortcut": "sticker-convert.exe",
"graphics":
{
"banner": "msi_res/banner.bmp",
"background": "msi_res/background.bmp"
}
,
"parts": [
{
"id": "StickerConvert",
"title": "sticker-convert",
"description": "sticker-convert",
"absent": "disallow",
"staged_dir": "sticker-convert"
}
]
}