mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-29 18:35:37 -04:00
Merge pull request #1204 from embar-/patch-1
add missing ";" in calamares.desktop The trailing `;` is optional as far as the spec goes, but we'll add it for completeness.
This commit is contained in:
commit
8c6ebbf0a5
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ Type=Application
|
|||
Version=1.0
|
||||
Name=Install System
|
||||
GenericName=System Installer
|
||||
Keywords=calamares;system;installer
|
||||
Keywords=calamares;system;installer;
|
||||
TryExec=calamares
|
||||
Exec=pkexec /usr/bin/calamares
|
||||
Comment=Calamares — System Installer
|
||||
|
|
|
@ -3,7 +3,7 @@ Type=Application
|
|||
Version=1.0
|
||||
Name=Install System
|
||||
GenericName=System Installer
|
||||
Keywords=calamares;system;installer
|
||||
Keywords=calamares;system;installer;
|
||||
TryExec=calamares
|
||||
Exec=pkexec /usr/bin/calamares
|
||||
Comment=Calamares — System Installer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue