diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1b83492..6afbb55 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -4,6 +4,7 @@ on: push: branches: - master + - harbour tags: - '*' pull_request: diff --git a/Papocchio.pro b/Papocchio.pro index 8ce7222..a97885b 100644 --- a/Papocchio.pro +++ b/Papocchio.pro @@ -38,5 +38,4 @@ TRANSLATIONS += \ translations/harbour-papocchio-sr.ts \ translations/harbour-papocchio-sv.ts \ translations/harbour-papocchio-tr.ts \ - translations/harbour-papocchio-tzm.ts \ - translations/harbour-papocchio-zh_Hant.ts + translations/harbour-papocchio-tzm.ts diff --git a/rpm/harbour-papocchio.spec b/rpm/harbour-papocchio.spec index 7bede64..d22b32d 100644 --- a/rpm/harbour-papocchio.spec +++ b/rpm/harbour-papocchio.spec @@ -44,7 +44,7 @@ Screenshots: - https://raw.githubusercontent.com/ilpianista/harbour-Papocchio/master/screenshots/screenshot_2.png Url: Homepage: https://github.com/ilpianista/harbour-Papocchio - Bugtracker: https://github.com/ilpianista/harbour-Papocchio/-/issues + Bugtracker: https://github.com/ilpianista/harbour-Papocchio/issues Donation: https://liberapay.com/ilpianista %endif diff --git a/rpm/harbour-papocchio.yaml b/rpm/harbour-papocchio.yaml index e4628b0..c09ac70 100644 --- a/rpm/harbour-papocchio.yaml +++ b/rpm/harbour-papocchio.yaml @@ -28,7 +28,7 @@ Description: | - https://raw.githubusercontent.com/ilpianista/harbour-Papocchio/master/screenshots/screenshot_2.png Url: Homepage: https://github.com/ilpianista/harbour-Papocchio - Bugtracker: https://github.com/ilpianista/harbour-Papocchio/-/issues + Bugtracker: https://github.com/ilpianista/harbour-Papocchio/issues Donation: https://liberapay.com/ilpianista %endif Configure: none diff --git a/src/main.cpp b/src/main.cpp index eaebc1f..6194945 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -17,6 +17,7 @@ */ #include +#include #include @@ -28,7 +29,7 @@ int main(int argc, char *argv[]) QScopedPointer view(SailfishApp::createView()); QCoreApplication::setApplicationName(QStringLiteral("harbour-papocchio")); - QCoreApplication::setOrganizationDomain(QStringLiteral("andreascarpino.it")); + QCoreApplication::setOrganizationName(QStringLiteral("andreascarpino.it")); view->setSource(SailfishApp::pathTo("qml/Papocchio.qml"));