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 428701b commit ce181de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/windows/package-windows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ cp '/c/Program Files/OpenSSL/license.txt' ../release/data/obs-plugins/${PLUGIN_N

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

sha1sum \
Expand Down

0 comments on commit ce181de

Please sign in to comment.