mirror of
https://github.com/drduh/YubiKey-Guide.git
synced 2025-05-11 18:33:32 +02:00
Fix non-existent guide icon
This commit is contained in:
parent
9d2c056d2a
commit
c4541aab99
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@
|
||||||
'';
|
'';
|
||||||
shortcut = pkgs.makeDesktopItem {
|
shortcut = pkgs.makeDesktopItem {
|
||||||
name = "yubikey-guide";
|
name = "yubikey-guide";
|
||||||
icon = "${pkgs.yubikey-manager-qt}/share/ykman-gui/icons/ykman.png";
|
icon = "${pkgs.yubikey-manager-qt}/share/icons/hicolor/128x128/apps/ykman.png";
|
||||||
desktopName = "drduh's YubiKey Guide";
|
desktopName = "drduh's YubiKey Guide";
|
||||||
genericName = "Guide to using YubiKey for GnuPG and SSH";
|
genericName = "Guide to using YubiKey for GnuPG and SSH";
|
||||||
comment = "Open the guide in a reader program";
|
comment = "Open the guide in a reader program";
|
||||||
|
|
Loading…
Add table
Reference in a new issue