Update links for .NET and Chrome (#135)

* Update .NET Runtime and use new url for .NET 8

* Update Chrome v135.0.7049.85

* uBlock Orgin is unavailable due to MV3 promotion

* Fix UI layout
This commit is contained in:
PercyDan
2025-05-13 12:07:24 +08:00
committed by GitHub
parent 35fb6d1a3f
commit b455fef569
3 changed files with 17 additions and 17 deletions

View File

@@ -30,19 +30,19 @@
[Main]
Title=Google Chrome
Description=(v133.0.6943.142) Google Chrome is a cross-platform web browser developed by Google.
Description=(v136.0.7103.93) Google Chrome is a cross-platform web browser developed by Google.
Author=Homes32
Level=5
Selected=False
Mandatory=False
Version=1.1.15.0
Date=2025-02-26
Version=1.1.16.0
Date=2025-05-06
[Variables]
%ProgramFolder%="Chrome"
%ProgramExe%="chrome.exe"
%DownloadURLx86%=https://dl.google.com/release2/chrome/ac5nykv67qjvv2wude2ospwkg3wq_133.0.6943.142/133.0.6943.142_chrome_installer.exe
%DownloadURLx64%=https://dl.google.com/release2/chrome/i5o6mtxqmburb6cd6ay24lmlai_133.0.6943.142/133.0.6943.142_chrome_installer.exe
%DownloadURLx86%=https://dl.google.com/release2/chrome/acnr5b6bwpsrgcvxxz5hakjvniia_136.0.7103.93/136.0.7103.93_chrome_installer.exe
%DownloadURLx64%=https://dl.google.com/release2/chrome/acmbkhjxay4eqmo7yutbo43vubca_136.0.7103.93/136.0.7103.93_chrome_installer.exe
%SetupFile%="Chrome_x86.exe"
[Process]
@@ -177,7 +177,7 @@ Echo,"Configuring Extensions..."
// Using force_install as normal_install installs the extension but does not enable it.
Set,%ExtensionJSON%,"{"
If,%cb_ExtensionuBlockOrgin%,Equal,True,Set,%ExtensionJSON%,"%ExtensionJSON% #$qcjpalhdlnbpafiamejdnhcphjbkeiagm#$q: {#$qinstallation_mode#$q: #$qforce_installed#$q,#$qupdate_url#$q: #$qhttps://clients2.google.com/service/update2/crx#$q}"
If,%cb_ExtensionuBlockOrgin%,Equal,True,Set,%ExtensionJSON%,"%ExtensionJSON% #$qddkjiahejlhfcafbddmgiahcphecmpfh#$q: {#$qinstallation_mode#$q: #$qforce_installed#$q,#$qupdate_url#$q: #$qhttps://clients2.google.com/service/update2/crx#$q}"
If,%cb_ExtensionNoScript%,Equal,True,Begin
If,%ExtensionJSON%,Equal,"{",Set,%ExtensionJSON%,"%ExtensionJSON% #$qdoojmbjmlfjjnbmnoijecmcbfeoakpjm#$q: {#$qinstallation_mode#$q: #$qforce_installed#$q,#$qupdate_url#$q: #$qhttps://clients2.google.com/service/update2/crx#$q}"
@@ -487,7 +487,7 @@ cb_DisableSearchSuggestions="Disable search suggestions",1,3,160,230,156,18,Fals
txt_Homepage=Homepage,1,0,370,126,179,21,https://www.google.com
lbl_ImportBookmarks="Import Bookmarks",1,1,370,161,200,16,8,Normal
fb_ImportBookmarks=,1,13,370,178,211,20,file,"Title=Select your Chrome bookmarks file","Filter=Chrome Bookmarks|*.htm;*.html","__To export your bookmarks from Chrome, choose Menu > Bookmarks > Bookmark Manager.#$xChoose 'Export Bookmarks' from the Organize menu and choose a location to save the file.#$xSelect the resulting .html file here to include the bookmarks in your build."
cb_ExtensionuBlockOrgin="Extension: uBlock Orgin",1,3,370,211,140,18,True,"__A powerful and efficient blocker with a low memory and CPU footprint."
cb_ExtensionuBlockOrgin="Extension: uBlock Orgin Lite",1,3,370,211,155,18,True,"__uBO Lite (uBOL) is an efficient MV3-based content blocker."
cb_ExtensionNoScript="Extension: NoScript",1,3,370,230,200,18,False,"__Allow active content to run only from sites you trust, and protect yourself against XSS other web security exploits."
cb_ExtensionTranslator="Extension: Translator",1,3,370,250,200,18,False,"__Translate text or an entire webpage using Google Translator."
bvl_AdditionalExtensions="Additional Extensions",0,12,5,295,621,134,8,Bold

View File

@@ -31,19 +31,19 @@
[Main]
Title=.NET 8
Selected=False
Description=(v8.0.14) .NET 8 is a cross-platform software development framework for building and running applications.
Description=(v8.0.15) .NET 8 is a cross-platform software development framework for building and running applications.
Level=4
Author=Homes32
Version=1.0.4.0
Date=2025-03-15
Version=1.0.5.0
Date=2025-04-10
Mandatory=False
[Variables]
%ProgramTitle%=".NET 8 Desktop Runtime"
%ProgramFolder%="dotnet"
%ProgramVersion%="8.0.14"
%DownloadURLx86%=https://download.visualstudio.microsoft.com/download/pr/882d76b3-fd56-4808-a933-a3e3e30d0ccc/9b7d6a303a276deb808466a0fc8d52e6/windowsdesktop-runtime-8.0.14-win-x86.exe
%DownloadURLx64%=https://download.visualstudio.microsoft.com/download/pr/64760cc4-228f-48e4-b57d-55f882dedc69/b181f927cb937ef06fbb6eb41e81fbd0/windowsdesktop-runtime-8.0.14-win-x64.exe
%ProgramVersion%="8.0.15"
%DownloadURLx86%=https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/%ProgramVersion%/windowsdesktop-runtime-%ProgramVersion%-win-x86.exe
%DownloadURLx64%=https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/%ProgramVersion%/windowsdesktop-runtime-%ProgramVersion%-win-x64.exe
[Process]
Echo,"Processing %ScriptTitle%..."

View File

@@ -30,18 +30,18 @@
[Main]
Title=.NET 9
Description=(v9.0.3) .NET 9 is a cross-platform software development framework for building and running applications.
Description=(v9.0.4) .NET 9 is a cross-platform software development framework for building and running applications.
Selected=False
Level=4
Author=Homes32
Version=1.0.1.0
Date=2025-03-15
Version=1.0.2.0
Date=2025-04-10
Mandatory=False
[Variables]
%ProgramTitle%=".NET 9 Desktop Runtime"
%ProgramFolder%="dotnet"
%ProgramVersion%="9.0.3"
%ProgramVersion%="9.0.4"
%DownloadURLx86%=https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/%ProgramVersion%/windowsdesktop-runtime-%ProgramVersion%-win-x86.exe
%DownloadURLx64%=https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/%ProgramVersion%/windowsdesktop-runtime-%ProgramVersion%-win-x64.exe