-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSoftData.py
15 lines (15 loc) · 1.49 KB
/
SoftData.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
AUDIO_DRIVER_URL = "https://download.lenovo.com/consumer/mobiles/pfx8040fpjnc3ff0.exe"
BT_DRIVER_URL = "https://download.lenovo.com/consumer/mobiles/pfx8040fls0evff0.exe"
READER_DRIVER_URL = "https://download.lenovo.com/consumer/mobiles/pfx8030febhfyff0.exe"
APU_DRIVER_URL = "https://download.lenovo.com/consumer/mobiles/pfx8050f88t32ff0.exe"
CHIPSET_DRIVER_URL = "https://download.lenovo.com/consumer/mobiles/pfx8050f17vz1ff0.exe"
POWER_DRIVER_URL = "https://download.lenovo.com/consumer/mobiles/wwe00mae40.exe"
SPACE_URL = "https://s3.service.lenovo.com/legion/cms/v24.08.29.01/legionspace.exe"
ADRENALIN_URL = "https://dl.dropboxusercontent.com/scl/fi/xsk9nnc2j03fdadg8vv57/adrenalin_10_23_40.Msix?rlkey=kiuk33l6myt8t8uvhgjljd8mu&st=xj3zny29&dl=1"
VCC_URL = "https://github.com/abbodi1406/vcredist/releases/download/v0.85.0/VisualCppRedist_AIO_x86_x64.exe"
DOTNET_URL = "https://download.visualstudio.microsoft.com/download/pr/10bb041d-e705-473e-9654-27c0e038f5bd/447c0c10654c2949872fa6154b8c27b5/dotnet-sdk-9.0.100-win-x64.exe"
DIRECTX_URL = "https://download.microsoft.com/download/1/7/1/1718CCC4-6315-4D8E-9543-8E28A4E18C4C/dxwebsetup.exe"
CHROME_URL = "https://dl.google.com/edgedl/chrome/install/GoogleChromeStandaloneEnterprise64.msi"
SEVEN_ZIP_URL = "https://7-zip.org/a/7z2408-x64.exe"
FXSOUND_URL = "https://raw.githubusercontent.com/fxsound2/fxsound-app/latest/release/fxsound_setup.exe"
HANDHELD_URL = "https://github.com/Valkirie/HandheldCompanion/releases/download/0.21.7.0/HandheldCompanion-0.21.7.0.exe"