Update README.md and remove stray closing parenthesis
This commit is contained in:
parent
d41307e6f8
commit
812b425525
|
@ -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.
|
||||
|
||||
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?
|
||||
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:
|
||||
```
|
||||
|
|
|
@ -11,7 +11,6 @@ del /q C:\Users\Public\Downloads\ver.txt
|
|||
::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);}"
|
||||
|
||||
)
|
||||
if %ver%==%currentver% (
|
||||
goto checklocation
|
||||
) else (
|
||||
|
|
Reference in New Issue