Skip to content

Commit

Permalink
chore(scripts): use 7zip instead of tar on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
CompeyDev committed May 27, 2024
1 parent a44bc48 commit cdb0ec5
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .lune/release.luau
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,9 @@ function main(): number

if process.os == "windows" then
command = {
"tar.exe",
"-a",
"-c",
"-f",
"7z.exe",
"a",
"-tzip",
zipName,
fileName
}
Expand Down

0 comments on commit cdb0ec5

Please sign in to comment.