Update README.md and remove stray closing parenthesis

This commit is contained in:
Alyssa Pierce 2024-10-21 15:20:27 -04:00
parent d41307e6f8
commit 812b425525
2 changed files with 0 additions and 3 deletions

View File

@ -7,8 +7,6 @@ You can track the development of Tackle on it's [Trello page!](https://trello.co
Depending on your setup, you might have to manually select your game directory. Depending on your setup, you might have to manually select your game directory.
You may also need to install the [.NET 8 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/sdk-8.0.403-windows-x64-installer) (dw, I'm working on implementing this directly into Tackle!)
## How do I make my mod compatable with Tackle? ## How do I make my mod compatable with Tackle?
In order for your mod to be compatible with Tackle, it just has to follow a simple format! Your mod layout should be as follows: In order for your mod to be compatible with Tackle, it just has to follow a simple format! Your mod layout should be as follows:
``` ```

View File

@ -11,7 +11,6 @@ del /q C:\Users\Public\Downloads\ver.txt
::Debug version warning ::Debug version warning
powershell -Command "& {Add-Type -AssemblyName System.Windows.Forms; [System.Windows.Forms.MessageBox]::Show('You are running a debug version! Here be dragons!', '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('You are running a debug version! Here be dragons!', 'Tackle Simple Installer v%currentver% - @uncreativecultist', 'OK', [System.Windows.Forms.MessageBoxIcon]::Information);}"
)
if %ver%==%currentver% ( if %ver%==%currentver% (
goto checklocation goto checklocation
) else ( ) else (