diff options
author | m0sia <m0sia@m0sia.ru> | 2018-03-21 16:18:01 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-21 16:18:01 -0500 |
commit | 4795761d7d80a73ac31346e47d0d5cca1eb6e33a (patch) | |
tree | 0d622ee9cfc641d6beba002e9efb5d0406aaf444 | |
parent | 5a23bfa0b3866fd0b911f1577b6b3e56f8530a0d (diff) | |
download | pyParrotZikTCP-4795761d7d80a73ac31346e47d0d5cca1eb6e33a.tar.xz pyParrotZikTCP-4795761d7d80a73ac31346e47d0d5cca1eb6e33a.zip |
Update setup.py
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ setup( windows=[
{
- 'script': 'parrot_zik/parrot_zik_tray',
+ 'script': 'parrot_zik/parrot_zik_tray.py',
'icon_resources': [(1, "./share/icons/zik/Headphone.ico")],
}
],
|