Change icon to icon pack in .desktop.

This commit is contained in:
Abdulkadir Furkan Şanlı 2019-06-17 21:25:14 +02:00
parent 77ad3cda83
commit 9db7559cb6
No known key found for this signature in database
GPG Key ID: 7823BD18E6F95D73

View File

@ -38,4 +38,4 @@ modules:
- install -d /app/share/applications
- touch sh.popcorntime.PopcornTime.desktop
- install -m644 sh.popcorntime.PopcornTime.desktop /app/share/applications/sh.popcorntime.PopcornTime.desktop
- desktop-file-edit --set-key=Exec --set-value='popcorntime-wrapper %U' --set-key=Icon --set-value='sh.popcorntime.PopcornTime' --set-key=Comment --set-value='Watch Movies and TV Shows instantly' --set-key=Name --set-value='Popcorn-Time' --set-key=MimeType --set-value='application/x-bittorrent;x-scheme-handler/magnet;' --set-key=StartupNotify --set-value='false' --set-key=Categories --set-value='AudioVideo;Video;Player;' --set-key=Type --set-value='Application' /app/share/applications/sh.popcorntime.PopcornTime.desktop
- desktop-file-edit --set-key=Exec --set-value='popcorntime-wrapper %U' --set-key=Icon --set-value='popcorn-time' --set-key=Comment --set-value='Watch Movies and TV Shows instantly' --set-key=Name --set-value='Popcorn Time' --set-key=MimeType --set-value='application/x-bittorrent;x-scheme-handler/magnet;' --set-key=StartupNotify --set-value='false' --set-key=Categories --set-value='AudioVideo;Video;Player;' --set-key=Type --set-value='Application' /app/share/applications/sh.popcorntime.PopcornTime.desktop