Skip to content

Commit

Permalink
fixup! ci: Use bash script instead of batch file
Browse files Browse the repository at this point in the history
  • Loading branch information
norihiro committed Jan 10, 2024
1 parent 02e3972 commit 70a0807
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ci/windows/package-windows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,7 @@ cp "${LIBVNCPath}/deps/libpng/LICENSE" ../release/data/obs-plugins/${PluginName}
cp "${LIBVNCPath}/deps/lzo/COPYING" ../release/data/obs-plugins/${PluginName}/COPYING-lzo.txt
cp '/c/Program Files/OpenSSL/license.txt' ../release/data/obs-plugins/${PluginName}/license-OpenSSL.txt

REM Package ZIP archive
7z a "${PluginName}-${PackageVersion}-obs$1-Windows.zip" ../release/*

REM Build installer
iscc ../installer/installer-Windows.generated.iss /O. /F"${PluginName}-${PackageVersion}-obs$1-Windows-Installer"

sha1sum \
Expand Down

0 comments on commit 70a0807

Please sign in to comment.