forked from ScoopInstaller/Extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
firefox-developer.json
28 lines (28 loc) · 943 Bytes
/
firefox-developer.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
{
"homepage": "https://www.mozilla.org/en-US/firefox/developer/",
"version": "nightly",
"architecture": {
"64bit": {
"url": "https://download.mozilla.org/?product=firefox-devedition-latest-ssl&os=win64&lang=en-US#/firefox-setup.exe"
},
"32bit": {
"url": "https://download.mozilla.org/?product=firefox-devedition-latest-ssl&os=win&lang=en-US#/firefox-setup.exe"
}
},
"bin": "firefox.exe",
"shortcuts": [
[
"firefox.exe",
"Firefox Developer Edition"
]
],
"pre_install": "echo \"[Install]`nInstallDirectoryPath=$dir`nQuickLaunchShortcut=false`nDesktopShortcut=false`nStartMenuShortcuts=false\" | sc \"$dir\\install.ini\"",
"installer": {
"file": "firefox-setup.exe",
"args": "/INI=$dir\\install.ini"
},
"uninstaller": {
"file": "uninstall\\helper.exe",
"args": "/S"
}
}