update readme

master
t0stiman 2023-11-15 20:42:27 +01:00
parent 572c3fca42
commit cd94cbcfb7
2 changed files with 3 additions and 2 deletions

View File

@ -7,7 +7,8 @@ Puts faces on the steam locos. They might remind you of a certain TV show.
## Installation instructions
1. Install Unity Mod Manager
2. Yeet this mod's zip into Unity Mod Manager
2. Download the newest mod zip from the [releases tab](https://git.tostiman.com/tostiman/dv_locofaces/releases)
3. Yeet the zip into Unity Mod Manager
## Credits

View File

@ -16,7 +16,7 @@ if ($NoArchive) {
} else {
$ZipWorkDir = "$DistDir/tmp"
}
$ZipOutDir = "$ZipWorkDir/$modId"
$ZipOutDir = "$ZipWorkDir/Locomotive Faces"
New-Item "$ZipOutDir" -ItemType Directory -Force
Copy-Item -Force -Path $FilesToInclude -Destination "$ZipOutDir"