Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
f9a92c45a4
5 changed files with 6 additions and 5 deletions
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
@ -4,6 +4,7 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- master
|
||||
- harbour
|
||||
tags:
|
||||
- '*'
|
||||
pull_request:
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -17,6 +17,7 @@
|
|||
*/
|
||||
|
||||
#include <QtQuick>
|
||||
#include <QStandardPaths>
|
||||
|
||||
#include <sailfishapp.h>
|
||||
|
||||
|
@ -28,7 +29,7 @@ int main(int argc, char *argv[])
|
|||
QScopedPointer<QQuickView> 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"));
|
||||
|
||||
|
|
Loading…
Reference in a new issue