Skip to content

Commit

Permalink
fix: use 7zip for windows zip
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Dec 10, 2024
1 parent 41dd42f commit 475ae62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build-tarball.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ mkdir -p dist/mise/bin
cp "target/$Target/release/mise.exe" dist/mise/bin/mise.exe
cp README.md dist/mise/README.md
cp LICENSE dist/mise/LICENSE
Compress-Archive -Path dist/mise -DestinationPath "dist/$BaseName.zip"
7z a -tzip "dist/$BaseName.zip" dist/mise

0 comments on commit 475ae62

Please sign in to comment.