We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45081b8 commit 574c897Copy full SHA for 574c897
1 file changed
IwotasticsCompassMod/Scripts/PostBuild.ps1
@@ -1,3 +1,3 @@
1
# Compress mod metadata and DLL to zip archive
2
-Get-ChildItem -Path ".\manifest.json", "..\icon.png", "..\README.md", "..\CHANGELOG.md", ".\bin\Debug\netstandard2.1\IwotasticsCompassMod.dll" |
+Get-ChildItem -Path ".\manifest.json", "..\icon.png", "..\README.md", ".\CHANGELOG.md", ".\bin\Debug\netstandard2.1\IwotasticsCompassMod.dll" |
3
Compress-Archive -DestinationPath ".\bin\Debug\IwotasticsCompassMod.zip" -Force
0 commit comments