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 eb962f9 commit 428701b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ci/windows/package-windows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,9 @@ cp "${LIBVNCPath}/deps/lzo/COPYING" ../release/data/obs-plugins/${PLUGIN_NAME}/C
cp '/c/Program Files/OpenSSL/license.txt' ../release/data/obs-plugins/${PLUGIN_NAME}/license-OpenSSL.txt

7z a "${PLUGIN_NAME}-${PackageVersion}-obs$1-Windows.zip" ../release/*
cat > a.bat <<EOF
cmd.exe <<EOF
..\\installer\\installer-Windows.generated.iss /O. /F"${PLUGIN_NAME}-${PackageVersion}-obs$1-Windows-Installer"
EOF
cmd a.bat

sha1sum \
"${PLUGIN_NAME}-${PackageVersion}-obs$1-Windows.zip" \
Expand Down

0 comments on commit 428701b

Please sign in to comment.