Shit happens!

- Fix conflicting icon name (missed to commit last time...)
- Fix typo
This commit is contained in:
loh.tar 2018-07-13 10:28:59 +02:00
parent a697207f3f
commit ee97bde0b9
3 changed files with 3 additions and 3 deletions

View file

@ -62,7 +62,7 @@ General Jobs
not so bad but it could be nicer/meaning fuller
Unncertainly
Uncertainly
-------------
- What the big deal of update_config=0? It is surprisingly possible to overwrite
the configuraten when you unset this setting. But you can't save

2
README
View file

@ -46,7 +46,7 @@ From Source
Because there is no make install target yet, run on Unices
# install -Dm755 wpa-cute /usr/bin/wpa-cute
# install -Dm644 icons/wpa_gui.svg /usr/share/pixmaps/wpa_gui.svg
# install -Dm644 icons/wpa_gui.svg /usr/share/pixmaps/wpa-cute.svg
# install -Dm644 wpa-cute.desktop /usr/share/applications/wpa-cute.desktop
# install -Dm644 ../doc/wpa-cute.8 /usr/share/man/man8/wpa-cute.8

View file

@ -3,7 +3,7 @@ Version=1.0
Name=wpaCute
Comment=Graphical Qt user interface for wpa_supplicant
Exec=wpa-cute
Icon=wpa_gui
Icon=wpa-cute
GenericName=WLAN Config
Terminal=false
Type=Application