From b81228dfbae83d3a3832d748c555915364d77c5d Mon Sep 17 00:00:00 2001 From: uncreativeCultist Date: Mon, 21 Oct 2024 15:07:23 -0400 Subject: [PATCH] v2.0.2 Push --- Tackle-src.bat | 40 ++++++++++++++++++++++++++++++---------- ver.txt | 2 +- 2 files changed, 31 insertions(+), 11 deletions(-) diff --git a/Tackle-src.bat b/Tackle-src.bat index 88e46b5..cc3f678 100644 --- a/Tackle-src.bat +++ b/Tackle-src.bat @@ -1,18 +1,22 @@ @echo off ::Shrink window in production builds! ::mode con: cols=65 lines=10 -set "currentver=2.0.1" +set "currentver=2.0.2" TITLE Tackle Debug Console echo checking version -curl -sL -o C:\Users\Public\Downloads\ver.txt https://raw.githubusercontent.com/uncreativeCultist/TackleModManager/refs/heads/main/Storage/ver.txt >nul +curl -sL -o C:\Users\Public\Downloads\ver.txt https://git.lainiwakura.xyz/uncreativecultist/TackleSimpleInstaller/raw/branch/main/ver.txt >nul set /p ver= C:\Users\Public\Downloads\bait.txt + powershell -Command "& {Add-Type -AssemblyName Microsoft.VisualBasic; [Microsoft.VisualBasic.Interaction]::InputBox('Please enter your WEBFISHING path! Please make sure it starts with the drive letter, does NOT end with \', 'Tackle Simple Installer v%currentver% - @uncreativecultist')}" > C:\Users\Public\Downloads\bait.txt echo DEBUG: cool, save that location for later please set /p WFDIR= C:\Users\Public\Downloads\bait.txt +powershell -Command "& {Add-Type -AssemblyName Microsoft.VisualBasic; [Microsoft.VisualBasic.Interaction]::InputBox('Please enter your WEBFISHING path! Please make sure it starts with the drive letter, does NOT end with \', 'Tackle Simple Installer v%currentver% - @uncreativecultist')}" > C:\Users\Public\Downloads\bait.txt set /p WFDIR=