mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-03-21 17:34:57 -05:00
Based on OBS plugin template build scripts with some minor adjustments: * Adjust format check scripts to exclude ./deps folder * Adjust release scripts to only draft releases * Always build installers * Always upload build artefacts * Build opencv for Mac and Windows releases
4 lines
111 B
Plaintext
Executable File
4 lines
111 B
Plaintext
Executable File
if (( ! ${+_loglevel} )) typeset -g _loglevel=1
|
|
|
|
if (( _loglevel > 2 )) print -PR -e -- "%F{220}DEBUG: ${@}%f"
|