From cd94cbcfb742d479ba0e16c12917952a600f9f0c Mon Sep 17 00:00:00 2001 From: t0stiman <18124323+t0stiman@users.noreply.github.com> Date: Wed, 15 Nov 2023 20:42:27 +0100 Subject: [PATCH] update readme --- README.md | 3 ++- package.ps1 | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1dfabea..22ea55f 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.ps1 b/package.ps1 index 71d0e5e..7fc59fd 100644 --- a/package.ps1 +++ b/package.ps1 @@ -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"