Skip to content

Commit 2b105ee

Browse files
committed
Update package.ps1
1 parent 41601d4 commit 2b105ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ Copy-Item -Force -Path $FilesToInclude -Destination "$ZipOutDir"
2525
if (!$NoArchive)
2626
{
2727
$FILE_NAME = "$DistDir/${modId}_v$modVersion.zip"
28-
Compress-Archive -Update -CompressionLevel Fastest -Path "$ZipWorkDir" -DestinationPath "$FILE_NAME"
28+
Compress-Archive -Update -CompressionLevel Fastest -Path "$ZipOutDir" -DestinationPath "$FILE_NAME"
2929
}

0 commit comments

Comments
 (0)