Redot Image - Remove Debug Export Templates

This commit is contained in:
Snoweuph 2025-01-30 09:28:18 +01:00
parent 82864f1ef6
commit d97b5d69d4
Signed by: snoweuph
GPG key ID: BEFC41DA223CEC55

View file

@ -33,6 +33,7 @@ RUN wget $( \
| cut -d '"' -f 4 - \
| head -n 1 \
) -O Redot_Export_Templates.tbz \
&& sudo tar --extract --file=Redot_Export_Templates.tbz --wildcards --no-anchored --exclude='*debug*' -C templates \
&& sudo unzip Redot_Export_Templates.tbz \
&& mkdir -p /home/runner/.local/share/redot/export_templates \
&& sudo mv ./templates /home/runner/.local/share/redot/export_templates/$PACKAGE_VERSION.stable \