Skip to content

Commit

Permalink
7zipへのパスが通っていなかった
Browse files Browse the repository at this point in the history
Signed-off-by: Zenichi Amano <[email protected]>
  • Loading branch information
crow-misia committed May 20, 2023
1 parent 87985d3 commit 1fa53fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.windows.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ Copy-Item $BUILD_DIR\release_x64\obj\webrtc.lib $BUILD_DIR\package\webrtc\releas
# ファイルを圧縮する
New-Item $PACKAGE_DIR -ItemType Directory -Force
Push-Location $BUILD_DIR\package\webrtc
cmd /s /c "7z.exe" a -bsp0 -t7z:r -ssc -ms+ $PACKAGE_DIR\libwebrtc-win-x64.7z *
cmd /s /c "C:\ProgramData\Chocolatey\bin\7z.exe" a -bsp0 -t7z:r -ssc -ms+ $PACKAGE_DIR\libwebrtc-win-x64.7z *
Pop-Location

# ライセンス生成 (x86)
Expand All @@ -169,5 +169,5 @@ Copy-Item $BUILD_DIR\release_x86\obj\webrtc.lib $BUILD_DIR\package\webrtc\releas
# ファイルを圧縮する
New-Item $PACKAGE_DIR -ItemType Directory -Force
Push-Location $BUILD_DIR\package\webrtc
cmd /s /c "7z.exe" a -bsp0 -t7z:r -ssc -ms+ $PACKAGE_DIR\libwebrtc-win-x86.7z *
cmd /s /c "C:\ProgramData\Chocolatey\bin\7z.exe" a -bsp0 -t7z:r -ssc -ms+ $PACKAGE_DIR\libwebrtc-win-x86.7z *
Pop-Location

0 comments on commit 1fa53fb

Please sign in to comment.