diff --git a/scripts/generate_resources.sh b/scripts/generate_resources.sh index 47801da6e..d1717507d 100755 --- a/scripts/generate_resources.sh +++ b/scripts/generate_resources.sh @@ -51,7 +51,7 @@ cat openlp/core/resources.py.new | sed '/# Created: /d;/# by: /d' \ > openlp/core/resources.py # Patch resources.py to OpenLP coding style -#patch --posix -s openlp/core/resources.py scripts/resources.patch +patch --posix -s openlp/core/resources.py scripts/resources.patch # Remove temporary file rm openlp/core/resources.py.new