probonopd
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
2 deletions
-
README.md
|
@ -65,10 +65,9 @@ Using the desktop file `linuxdeployqt` can determine the parameters of the build |
|
|
Where your desktop file would look something like: |
|
|
Where your desktop file would look something like: |
|
|
``` |
|
|
``` |
|
|
[Desktop Entry] |
|
|
[Desktop Entry] |
|
|
Version=1.0 |
|
|
|
|
|
Type=Application |
|
|
Type=Application |
|
|
Name=Amazing Qt App |
|
|
Name=Amazing Qt App |
|
|
Comment=The best Qt Application Ever. |
|
|
Comment=The best Qt Application Ever |
|
|
Exec=your_app |
|
|
Exec=your_app |
|
|
Icon=your_app |
|
|
Icon=your_app |
|
|
Categories=Office; |
|
|
Categories=Office; |
|
|