Skip to content

Commit

Permalink
🔗 Change: Version and URL for WinConfigs v1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
fr0st-iwnl committed Jan 28, 2025
1 parent e672369 commit 88b401d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions WinConfigs.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@echo off
cls
title "WinConfigs v1.6 | made by @fr0st-iwnl"
title "WinConfigs v1.7 | made by @fr0st-iwnl"

::========================================================================================================
::
Expand Down Expand Up @@ -51,9 +51,9 @@ set "COLOR_MAGENTA=%ESC%[35m"
::-------------------
:: VERSION CHECK
::-------------------
set "LOCAL_VERSION=1.6"
set "LOCAL_VERSION=1.7"

for /f "delims=" %%i in ('powershell -Command "(Invoke-WebRequest -Uri https://pastebin.com/raw/ikwbpnXd).Content.Trim()"') do set "LATEST_VERSION=%%i"
for /f "delims=" %%i in ('powershell -Command "(Invoke-WebRequest -Uri https://winconfigs.netlify.app/version/version.txt).Content.Trim()"') do set "LATEST_VERSION=%%i"

if "%LOCAL_VERSION%"=="%LATEST_VERSION%" (
goto main_menu
Expand Down

0 comments on commit 88b401d

Please sign in to comment.