Skip to content

Commit

Permalink
WIndowsのライブラリの配置場所誤り修正
Browse files Browse the repository at this point in the history
  • Loading branch information
crow-misia committed Nov 18, 2019
1 parent e64cb8c commit 508c6f0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions release.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
$REPO_DIR = Resolve-Path "."

Push-Location $REPO_DIR\release
tar -Jcf $REPO_DIR\release\libwebrtc-win-x64.tar.xz include lib NOTICE VERSION
Remove-Item lib -Recurse -Force
tar -Jcf $REPO_DIR\release\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
Remove-Item NOTICE -Force
Remove-Item VERSION -Force
Expand Down

0 comments on commit 508c6f0

Please sign in to comment.