Skip to content

Commit

Permalink
chore: fix windows zip structure
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Dec 10, 2024
1 parent 475ae62 commit 195039f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scripts/build-tarball.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,7 @@ 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
7z a -tzip "dist/$BaseName.zip" dist/mise
cd dist
7z a -tzip "$BaseName.zip" mise
cd ..
7z l "dist/$BaseName.zip"

0 comments on commit 195039f

Please sign in to comment.