woodpecker-ahk/compile.sh

5 lines
229 B
Bash

if [ -z "$PLUGIN_ICON" ]; then
xvfb-run -a wine /app/compiler/Ahk2Exe.exe /in ${PLUGIN_SCRIPT} /out ${PLUGIN_OUT}
else
xvfb-run -a wine /app/compiler/Ahk2Exe.exe /in ${PLUGIN_SCRIPT} /icon ${PLUGIN_ICON} /out ${PLUGIN_OUT}
fi