Skip to content

Commit

Permalink
Filename fix
Browse files Browse the repository at this point in the history
  • Loading branch information
orlikoski committed Feb 23, 2019
1 parent 3cb50c1 commit ad91747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/package_win.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ if (-not (test-path "$env:ProgramFiles\7-Zip\7z.exe")) {throw "$env:ProgramFiles
set-alias sz "$env:ProgramFiles\7-Zip\7z.exe"

$Source = "$BUILD_DIR/deployments/$env:BUILD_ARCH/CyLR.exe"
$Target = "$BUILD_DIR/archive/CyLR-$env:BUILD_ARCH.zip"
$Target = "$BUILD_DIR/archive/CyLR_$env:BUILD_ARCH.zip"

echo "sz a -tzip -mx=9 $Target $Source"
sz a -tzip -mx=9 $Target $Source

0 comments on commit ad91747

Please sign in to comment.