init windowshost
This commit is contained in:
@@ -0,0 +1,71 @@
|
||||
{
|
||||
"Python": {
|
||||
"mirrors": [
|
||||
"https://www.python.org/ftp/python/3.10.0/python-3.10.0-amd64.exe"
|
||||
],
|
||||
"alias": "python"
|
||||
},
|
||||
"git": {
|
||||
"mirrors": [
|
||||
"https://github.com/git-for-windows/git/releases/download/v2.37.1.windows.1/Git-2.37.1-64-bit.exe"
|
||||
]
|
||||
},
|
||||
"7zip": {
|
||||
"mirrors": [
|
||||
"https://www.7-zip.org/a/7z2407-x64.exe"
|
||||
]
|
||||
},
|
||||
"ffmpeg": {
|
||||
"mirrors": [
|
||||
"https://www.gyan.dev/ffmpeg/builds/ffmpeg-release-essentials.7z"
|
||||
]
|
||||
},
|
||||
"Google Chrome": {
|
||||
"mirrors": [
|
||||
"https://dl.google.com/chrome/install/latest/chrome_installer.exe"
|
||||
],
|
||||
"alias": "google-chrome"
|
||||
},
|
||||
"LibreOffice": {
|
||||
"mirrors": [
|
||||
"https://mirror.raiolanetworks.com/tdf/libreoffice/stable/24.8.4/win/x86_64/LibreOffice_24.8.4_Win_x86-64.msi",
|
||||
"https://mirrors.iu13.net/tdf/libreoffice/stable/24.8.4/win/x86_64/LibreOffice_24.8.4_Win_x86-64.msi",
|
||||
"https://download.documentfoundation.org/libreoffice/stable/24.8.4/win/x86_64/LibreOffice_24.8.4_Win_x86-64.msi"
|
||||
]
|
||||
},
|
||||
"VLC": {
|
||||
"mirrors": [
|
||||
"https://ftp.free.org/mirrors/videolan/vlc/3.0.21/win64/vlc-3.0.21-win64.exe",
|
||||
"https://mirror.fcix.net/videolan-ftp/vlc/3.0.21/win64/vlc-3.0.21-win64.exe",
|
||||
"https://mirror.raiolanetworks.com/videolan/vlc/3.0.21/win64/vlc-3.0.21-win64.exe"
|
||||
],
|
||||
"alias": "vlc"
|
||||
},
|
||||
"GIMP": {
|
||||
"mirrors": [
|
||||
"https://www-ftp.lip6.fr/pub/gimp/gimp/v2.10/windows/gimp-2.10.38-setup.exe",
|
||||
"https://download.gimp.org/gimp/v2.10/windows/gimp-2.10.38-setup.exe",
|
||||
"https://www-ftp.lip6.fr/pub/gimp/gimp/v2.10/windows/gimp-2.10.0-setup.exe"
|
||||
],
|
||||
"alias": "gimp"
|
||||
},
|
||||
"VS Code": {
|
||||
"mirrors": [
|
||||
"https://update.code.visualstudio.com/latest/win32-x64-user/stable"
|
||||
],
|
||||
"alias": "code"
|
||||
},
|
||||
"Thunderbird": {
|
||||
"mirrors": [
|
||||
"https://download-installer.cdn.mozilla.net/pub/thunderbird/releases/115.12.1/win64/en-US/Thunderbird%20Setup%20115.12.1.exe",
|
||||
"https://archive.mozilla.org/pub/thunderbird/releases/115.12.1/win64/en-US/Thunderbird%20Setup%20115.12.1.exe"
|
||||
],
|
||||
"alias": "thunderbird"
|
||||
},
|
||||
"Caddy Proxy": {
|
||||
"mirrors": [
|
||||
"https://caddyserver.com/api/download?os=windows&arch=amd64"
|
||||
],
|
||||
"alias": "caddy"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user