mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-11-23 18:58:29 +03:00
Added .desktop file.
This commit is contained in:
parent
77604c0cce
commit
75b10b56b2
11
resources/yubioath.desktop
Normal file
11
resources/yubioath.desktop
Normal file
@ -0,0 +1,11 @@
|
||||
[Desktop Entry]
|
||||
Name=Yubico Authenticator
|
||||
GenericName=Yubico Authenticator
|
||||
Comment=Graphical interface for displaying OATH codes with a Yubikey
|
||||
Exec=yubioath
|
||||
Icon=yubioath
|
||||
StartupNotify=false
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=Utility;
|
||||
Keywords=YubiKey;Yubico;Authenticator;
|
2
setup.py
2
setup.py
@ -37,7 +37,7 @@ setup(
|
||||
maintainer_email='ossmaint@yubico.com',
|
||||
url='https://github.com/Yubico/yubioath-desktop',
|
||||
license='GPLv3+',
|
||||
description='Crossplatform tool for generating TOTP & HOTP codes with a Yubikey NEO',
|
||||
description='Graphical interface for displaying OATH codes with a Yubikey',
|
||||
scripts=['scripts/yubioath', 'scripts/yubioath-cli'],
|
||||
setup_requires=['nose>=1.0'],
|
||||
yc_requires=['ctypes', 'qt'],
|
||||
|
Loading…
Reference in New Issue
Block a user