-
Notifications
You must be signed in to change notification settings - Fork 441
Updated the readme simplist example. #258
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
made it a bit more complicated, but at least anyone reading won't have to ask amiright lol
README.md
Outdated
| │ └── your_app.desktop | ||
| └── icons | ||
| └── hicolor | ||
| └── 256x256 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Replace this with some kind of template. I suggest:
└── <theme>
(for example, hicolor, ...; see https://specifications.freedesktop.org/icon-theme-spec/icon-theme-spec-latest.html for details)
└── <resolution>
(for example, 256x256, scalable, ...; see https://specifications.freedesktop.org/icon-theme-spec/icon-theme-spec-latest.html for details)
README.md
Outdated
|
|
||
| Where the _desktop_ file specifies the executable to be run (with `EXEC=`), the name of the applications and an icon. | ||
| See [desktop file specification](https://specifications.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html). | ||
| Now you can say: `linuxdeployqt path/to/AppDir/usr/share/applications/your_app.desktop` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/linuxdeployqt/linuxdeployqt-continuous-x86_64.AppImage/g
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lol okay 😄
|
Thanks. Please see my comments. |
* a template in the AppDir tree instead of hardcoded values * replaced linuxdeployqt with linuxdeployqt-continuous-x86_64.AppImage in the commandline example
|
Alright, I updated the PR. |
|
Thank you very much @lordadamson - this kind of contribution is highly appreciated. 👍 |
|
You're very welcome 😄 |
made it a bit more complicated, but at least anyone reading won't have to ask amiright lol