mirror of
https://github.com/BradNut/computer-setup-info
synced 2025-09-08 17:40:23 +00:00
Trying code block for Desktop files.
This commit is contained in:
parent
757bef2fd8
commit
083ee322f8
1 changed files with 11 additions and 1 deletions
|
|
@ -12,7 +12,17 @@ _Entry should be AppName.desktop_
|
|||
|
||||
### Example Entry
|
||||
|
||||
`[Desktop Entry] Encoding=UTF-8 Version=1.0 Type=Application Terminal=false Exec=~/{IMAGE_NAME}.AppImage Name={DESKTOP_NAME} Icon={IMAGE_LOCATION} MimeType=x-scheme-handler/xxx;text/html;`
|
||||
```
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Version=1.0
|
||||
Type=Application
|
||||
Terminal=false
|
||||
Exec=~/{IMAGE_NAME}.AppImage
|
||||
Name={DESKTOP_NAME}
|
||||
Icon={IMAGE_LOCATION}
|
||||
MimeType=x-scheme-handler/xxx;text/html;
|
||||
```
|
||||
|
||||
### Entries Currently Using
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue