Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
hieuck committed Aug 2, 2024
1 parent f386721 commit 6dbc281
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
Binary file not shown.
2 changes: 1 addition & 1 deletion Mountain Duck.bat
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ set "SoftName=Mountain Duck"
set "Process=Mountain Duck.exe"

set "FileName="
set "SoftNameVersion=4.16.1.22256"
set "SoftNameVersion=4.16.2.22310"
set "FileDLwB=Mountain*.exe"

set "OpenAfterInstall="
Expand Down
2 changes: 1 addition & 1 deletion Notepad++.bat
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ set "SoftName=Notepad++"
set "Process=Notepad++.exe"

set "FileName="
set "SoftNameVersion=8.6.8"
set "SoftNameVersion=8.6.9"
set "FileDLwB=npp*.exe"

set "OpenAfterInstall="
Expand Down
9 changes: 8 additions & 1 deletion Zalo.bat
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
:: Github: https://github.com/hieuck/curl-uri-wget-download-setup ::
:: Facebook: https://www.facebook.com/ZzhieuhuhongzZ/ ::
:: Donate to me: Vietcombank - 9966595263 - LE TRUNG HIEU ::
:: MoMo - 0966595263 - LE TRUNG HIEU ::
:: ::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
@ECHO OFF
Expand Down Expand Up @@ -90,6 +91,12 @@ set "NoticeOption="
REM MenuChoice Configuration
setlocal EnableDelayedExpansion

:: Extracting the necessary parts from LinkFromGithub
for /f "tokens=1,2 delims=-." %%a in ("%LinkFromGithub%") do (
set "prefixLFG=%%a"
set "versionLFG=%%b"
)

:menu
set "Menu1=Official Website"
set "Menu2=My Github"
Expand Down Expand Up @@ -157,7 +164,7 @@ if "%choice%"=="1" (
set "LinkForOldWindows32bit="
set "LinkForOldWindows64bit="

set "Link=https://github.com/hieuck/curl-uri-wget-download-setup/raw/main/Setup/%LinkFromGithub%"
set "Link=https://github.com/hieuck/curl-uri-wget-download-setup/raw/main/Setup/%prefixLFG%/%LinkFromGithub%"
set "LinkForAllWindows32bit="
set "LinkForAllWindows64bit="
goto NextStepAfterChosen
Expand Down

0 comments on commit 6dbc281

Please sign in to comment.