Skip to content

Commit

Permalink
2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
NotNite committed Oct 21, 2024
1 parent 432e1c7 commit 6540d53
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion GDWeave/GDWeave.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Version>2.0.2.0</Version>
<Version>2.0.3.0</Version>

<!-- required for loader -->
<GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles>
Expand Down
3 changes: 3 additions & 0 deletions package.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit 6540d53

Please sign in to comment.