Skip to content

Commit

Permalink
Added proper icon and fixed release build
Browse files Browse the repository at this point in the history
  • Loading branch information
matrixx committed Aug 2, 2014
1 parent 1f53330 commit a615d0d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion harbour-trulyyours.desktop
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[Desktop Entry]
Type=Application
X-Nemo-Application-Type=silica-qt5
Name=harbour-trulyyours
Name=Truly Yours
Icon=harbour-trulyyours
Exec=harbour-trulyyours

Binary file modified harbour-trulyyours.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion rpm/harbour-trulyyours.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Name: harbour-trulyyours
Summary: TrulyYours - Mobile JollaWalls client
Version: 0.1
Release: 1
Release: 2
# The contents of the Group field must be one of the groups listed here:
# http:https://gitorious.org/meego-developer-tools/spectacle/blobs/master/data/GROUPS
Group: Qt/Qt
Expand Down
7 changes: 6 additions & 1 deletion src/harbour-trulyyours.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@
#endif

#include <sailfishapp.h>
#include <QSharedPointer>
#include <QTranslator>
#include <QLocale>
#include <QGuiApplication>
#include <QQuickView>
#include <QQmlContext>
#include "ambiencemanager.h"

int main(int argc, char *argv[])
Expand All @@ -50,6 +56,5 @@ int main(int argc, char *argv[])

view->show();
return app->exec();
// return SailfishApp::main(argc, argv);
}

0 comments on commit a615d0d

Please sign in to comment.