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.
main
Adriaan de Groot 6 years ago committed by GitHub
commit 8c6ebbf0a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save