-
Notifications
You must be signed in to change notification settings - Fork 35
/
x64.json
64 lines (64 loc) · 2.66 KB
/
x64.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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"bitness": 64,
"mingw_arch": "x86_64",
"installers": [
{
"name": "GNU Arm Embedded Toolchain",
"file": "gcc-arm-none-eabi-10.3-2021.10-win32.exe",
"exec": "\"$0\" /S /P /R",
"href": "https://developer.arm.com/-/media/Files/downloads/gnu-rm/10.3-2021.10/gcc-arm-none-eabi-10.3-2021.10-win32.exe?rev=29bb46cfa0434fbda93abb33c1d480e6&hash=B2C5AAE07841929A0D0BF460896D6E52"
},
{
"name": "CMake",
"file": "cmake-3.25.0-windows-x86_64.msi",
"exec": "msiexec /i \"$0\" /qn /norestart ADD_CMAKE_TO_PATH=System",
"href": "https://github.com/Kitware/CMake/releases/download/v3.25.0/cmake-3.25.0-windows-x86_64.msi"
},
{
"name": "Build Tools for Visual Studio 2019",
"file": "vs_BuildTools.exe",
"exec": "powershell -NoProfile -ExecutionPolicy Bypass -WindowStyle Minimized -File \"$PLUGINSDIR\\vssetup.ps1\" -VSInstallerPath \"$0\" -VSWherePath \"$PLUGINSDIR\\vswhere.exe\"",
"href": "https://aka.ms/vs/16/release/vs_buildtools.exe",
"additionalFiles": [
"installers\\vswhere.exe",
"vssetup.ps1"
],
"rebootExitCodes": [
3010
]
},
{
"name": "Python 3.9",
"file": "python-3.9.13-amd64.exe",
"exec": "\"$0\" /quiet InstallAllUsers=1 PrependPath=1",
"href": "https://www.python.org/ftp/python/3.9.13/python-3.9.13-amd64.exe"
},
{
"name": "Git for Windows",
"file": "Git-2.38.1-64-bit.exe",
"exec": "\"$0\" /VERYSILENT /NORESTART /NOCANCEL /SP- /CLOSEAPPLICATIONS /RESTARTAPPLICATIONS /SKIPDOWNGRADE=1 \"/LOADINF=$PLUGINSDIR\\git.inf\"",
"href": "https://github.com/git-for-windows/git/releases/download/v2.38.1.windows.1/Git-2.38.1-64-bit.exe",
"additionalFiles": [
"git.inf"
]
},
{
"name": "Visual Studio Code",
"file": "VSCodeUserSetup-x64.exe",
"exec": "\"$0\" /VERYSILENT /NORESTART /NOCANCEL /SP- /CLOSEAPPLICATIONS /RESTARTAPPLICATIONS /MERGETASKS=!runcode",
"href": "https://code.visualstudio.com/sha/download?build=stable&os=win32-x64-user"
},
{
"name": "Doxygen",
"file": "doxygen-1.9.5-setup.exe",
"exec": "\"$0\" /VERYSILENT /NORESTART /NOCANCEL /SP- /CLOSEAPPLICATIONS /RESTARTAPPLICATIONS",
"href": "https://www.doxygen.nl/files/doxygen-1.9.5-setup.exe"
},
{
"name": "Graphviz",
"file": "windows_10_cmake_Release_graphviz-install-7.0.1-win64.exe",
"exec": "\"$0\" /S",
"href": "https://gitlab.com/api/v4/projects/4207231/packages/generic/graphviz-releases/7.0.1/windows_10_cmake_Release_graphviz-install-7.0.1-win64.exe"
}
]
}