From 6540d538f856cf230a0bcb0eb29de02cf5f1e814 Mon Sep 17 00:00:00 2001 From: NotNite Date: Sun, 20 Oct 2024 20:27:45 -0400 Subject: [PATCH] 2.0.3 --- GDWeave/GDWeave.csproj | 2 +- package.ps1 | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/GDWeave/GDWeave.csproj b/GDWeave/GDWeave.csproj index 11098b1..3e16d1b 100644 --- a/GDWeave/GDWeave.csproj +++ b/GDWeave/GDWeave.csproj @@ -4,7 +4,7 @@ enable enable true - 2.0.2.0 + 2.0.3.0 true diff --git a/package.ps1 b/package.ps1 index 7fdd11e..7382997 100644 --- a/package.ps1 +++ b/package.ps1 @@ -4,6 +4,9 @@ if (Test-Path ./local/GDWeave) { Copy-Item -Path ./GDWeave/bin/Release/net8.0 -Destination ./local/GDWeave/GDWeave/core -Recurse Copy-Item -Path ./target/release/loader.dll -Destination ./local/GDWeave/winmm.dll +New-Item -Path ./local/GDWeave/GDWeave/mods -ItemType Directory +Write-Output "Copy your mods into this directory (make sure they're in separate folders)." > ./local/GDWeave/GDWeave/mods/README.txt + if (Test-Path ./local/GDWeave.zip) { Remove-Item ./local/GDWeave.zip }