diff --git a/resources/desktop/com.github.rssguard.appdata.xml b/resources/desktop/com.github.rssguard.appdata.xml index 5cfd8f6f5..a31223b89 100644 --- a/resources/desktop/com.github.rssguard.appdata.xml +++ b/resources/desktop/com.github.rssguard.appdata.xml @@ -30,7 +30,7 @@ https://martinrotter.github.io/donate/ - + none diff --git a/src/librssguard/librssguard.pro b/src/librssguard/librssguard.pro index dcb211dbf..d39eb0f84 100644 --- a/src/librssguard/librssguard.pro +++ b/src/librssguard/librssguard.pro @@ -511,8 +511,8 @@ QMAKE_EXTRA_TARGETS += lupdate # Make sure QM translations are nerated. qtPrepareTool(LRELEASE, lrelease) { - message($$MSG_PREFIX: Running: \"$$LRELEASE\" -compress $$shell_quote($$shell_path($$PWD/librssguard.pro))) - system($$LRELEASE -compress $$shell_quote($$shell_path($$PWD/librssguard.pro))) + message($$MSG_PREFIX: Running: \"$$LRELEASE\" -compress $$TRANSLATIONS) + system($$LRELEASE -compress $$TRANSLATIONS) } mac {