Skip to content

Commit

Permalink
Update 4.16.1.22256
Browse files Browse the repository at this point in the history
  • Loading branch information
hieuck committed Jun 29, 2024
1 parent e6a360d commit 073d585
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
Binary file not shown.
15 changes: 11 additions & 4 deletions Mountain Duck.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 @@ -43,7 +44,7 @@ set "SoftName=Mountain Duck"
set "Process=Mountain Duck.exe"

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

set "OpenAfterInstall="
Expand Down Expand Up @@ -71,7 +72,7 @@ set "Link=https://dist.mountainduck.io/Mountain Duck Installer-!SoftNameVersion!
set "LinkForAllWindows32bit="
set "LinkForAllWindows64bit="

set "LinkFromGithub="
set "LinkFromGithub=Mountain Duck Installer-!SoftNameVersion!.exe"
set "LinkFromDropbox="
set "LinkFromOneDrive="

Expand All @@ -81,7 +82,7 @@ set "SoftPathFor64bit="

set "QuietMode=/quiet /norestart"

set "Cr4ckFile=MountainDuckCr4ck"
set "Cr4ckFile=MountainDuck-!SoftNameVersion!-Cr4ck"
set "Cr4ckPath="

set "Shortcut="
Expand All @@ -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=%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
Binary file not shown.

0 comments on commit 073d585

Please sign in to comment.