That was a misinput

This commit is contained in:
Lyssa Pierce 2024-10-21 15:10:13 -04:00
parent b81228dfba
commit d41307e6f8
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ if exist "C:\Program Files\dotnet\sdk\8.0.403" (
echo DEBUG: .NET downloaded, time to install 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 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 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 echo DEBUG: cleanup time
del /q C:\Users\Public\Downloads\dotnet-sdk-8.0.403-win-x64.exe del /q C:\Users\Public\Downloads\dotnet-sdk-8.0.403-win-x64.exe
goto main goto main