Skip to content

Commit

Permalink
Update package.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
Insprill committed Jul 22, 2023
1 parent 41601d4 commit 2b105ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ Copy-Item -Force -Path $FilesToInclude -Destination "$ZipOutDir"
if (!$NoArchive)
{
$FILE_NAME = "$DistDir/${modId}_v$modVersion.zip"
Compress-Archive -Update -CompressionLevel Fastest -Path "$ZipWorkDir" -DestinationPath "$FILE_NAME"
Compress-Archive -Update -CompressionLevel Fastest -Path "$ZipOutDir" -DestinationPath "$FILE_NAME"
}

0 comments on commit 2b105ee

Please sign in to comment.