We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffe37ae commit 3e74023Copy full SHA for 3e74023
ZipArtifacts.ps1
@@ -6,4 +6,4 @@ $dllx64 = [System.IO.Path]::Combine($source, "x64", "Release", "Pso2SarThumbnail
6
$util = [System.IO.Path]::Combine($source, "x86", "Release", "SarConvert.exe")
7
$script = [System.IO.Path]::Combine("Shared", "install_remove.bat")
8
9
-Compress-Archive -Path $dllx86 ,$dllx64,$script -DestinationPath $destination -Force
+Compress-Archive -Path $dllx86,$dllx64,$util,$script -DestinationPath $destination -Force
0 commit comments