update readme
parent
572c3fca42
commit
cd94cbcfb7
|
@ -7,7 +7,8 @@ Puts faces on the steam locos. They might remind you of a certain TV show.
|
||||||
## Installation instructions
|
## Installation instructions
|
||||||
|
|
||||||
1. Install Unity Mod Manager
|
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
|
## Credits
|
||||||
|
|
||||||
|
|
|
@ -16,7 +16,7 @@ if ($NoArchive) {
|
||||||
} else {
|
} else {
|
||||||
$ZipWorkDir = "$DistDir/tmp"
|
$ZipWorkDir = "$DistDir/tmp"
|
||||||
}
|
}
|
||||||
$ZipOutDir = "$ZipWorkDir/$modId"
|
$ZipOutDir = "$ZipWorkDir/Locomotive Faces"
|
||||||
|
|
||||||
New-Item "$ZipOutDir" -ItemType Directory -Force
|
New-Item "$ZipOutDir" -ItemType Directory -Force
|
||||||
Copy-Item -Force -Path $FilesToInclude -Destination "$ZipOutDir"
|
Copy-Item -Force -Path $FilesToInclude -Destination "$ZipOutDir"
|
||||||
|
|
Loading…
Reference in New Issue