From d41307e6f8d8a4ba5107a3f16cad745707042703 Mon Sep 17 00:00:00 2001 From: uncreativeCultist Date: Mon, 21 Oct 2024 15:10:13 -0400 Subject: [PATCH] That was a misinput --- Tackle-src.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tackle-src.bat b/Tackle-src.bat index cc3f678..552418e 100644 --- a/Tackle-src.bat +++ b/Tackle-src.bat @@ -81,7 +81,7 @@ if exist "C:\Program Files\dotnet\sdk\8.0.403" ( echo DEBUG: .NET downloaded, time to install start /w "DOTNET 8 SDK" "C:\Users\Public\Downloads\dotnet-sdk-8.0.403-win-x64.exe" /passive /norestart echo DEBUG: .NET has been installed, continue on with your day - powershell -Command "& {Add-Type -AssemblyName System.Windows.Forms; [System.Windows.Forms.MessageBox]::Show('GDWeave has been successfully installed! Press OK to continue with mod installation.', 'Tackle Simple Installer v%currentver% - @uncreativecultist', 'OK', [System.Windows.Forms.MessageBoxIcon]::Information);}" + powershell -Command "& {Add-Type -AssemblyName System.Windows.Forms; [System.Windows.Forms.MessageBox]::Show('.NET 8 has been successfully installed! Press OK to continue with mod installation.', 'Tackle Simple Installer v%currentver% - @uncreativecultist', 'OK', [System.Windows.Forms.MessageBoxIcon]::Information);}" echo DEBUG: cleanup time del /q C:\Users\Public\Downloads\dotnet-sdk-8.0.403-win-x64.exe goto main