Skip to content

Commit

Permalink
Windowsのバイナリをtar.xz形式に圧縮する際にエラーになるため、パス指定の方法を修正
Browse files Browse the repository at this point in the history
  • Loading branch information
crow-misia committed Nov 18, 2019
1 parent 508c6f0 commit 27c5c3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
$REPO_DIR = Resolve-Path "."

Push-Location $REPO_DIR\release
tar -Jcf $REPO_DIR\release\libwebrtc-win-x64.tar.xz include release debug NOTICE VERSION
tar -Jcf libwebrtc-win-x64.tar.xz include release debug NOTICE VERSION
Remove-Item release -Recurse -Force
Remove-Item debug -Recurse -Force
Remove-Item include -Recurse -Force
Expand Down

0 comments on commit 27c5c3c

Please sign in to comment.