Preparation for flatpack support (#255)
- Updates to project and desktop metadata in preparation for flatpak packaging - These updates are independent of flatpack - This commit unmingles the actual flatpack packaging from #255
This commit is contained in:
+2
-1
@@ -35,8 +35,9 @@ namespace glabels
|
||||
const QString ORGANIZATION_NAME = "@ORGANIZATION_NAME@";
|
||||
const QString ORGANIZATION_DOMAIN = "@ORGANIZATION_DOMAIN@";
|
||||
const QString APPLICATION_NAME = "@APPLICATION_NAME@";
|
||||
const QString DESKTOP_FILE_NAME = "@DESKTOP_FILE_NAME@";
|
||||
|
||||
const QString WEBSITE = "http://@WEBSITE@";
|
||||
const QString WEBSITE = "https://@WEBSITE@";
|
||||
const QString BUG_WEBSITE = "@BUG_WEBSITE@";
|
||||
|
||||
const int MAJOR = @glabels-qt_VERSION_MAJOR@;
|
||||
|
||||
Reference in New Issue
Block a user