obsproject / obs-plugintemplate

GNU General Public License v2.0
285 stars 133 forks source link

CI: Fix missing autoload log_warning in read_codesign_pass #78

Closed umireon closed 1 year ago

umireon commented 1 year ago

Description

read_codesign_pass uses log_warning but it did not have it as autoload. This commit adds log_warning to autoload.

Motivation and Context

Codesign fails due to command not found error and I need to fix this.

How Has This Been Tested?

I confirmed this change works in https://github.com/royshil/obs-backgroundremoval/pull/357.

Types of changes

Checklist:

PatTheMav commented 1 year ago

Please use CI as the commit and PR title prefix. I’d also prefer ‘Fix missing autoload…’ as the title to make it clear what the commit changes.

umireon commented 1 year ago

@PatTheMav I've fixed the commit and the title!