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