mirror of
https://github.com/lakinduakash/linux-wifi-hotspot.git
synced 2024-11-24 13:10:14 +00:00
Merge pull request #126 from freddii/master
added comment to starter and fixed wrong spelled word when uninstalling
This commit is contained in:
commit
3e8f59d9e1
@ -53,7 +53,7 @@ add_custom_target(uninstall_build
|
||||
COMMAND rm -f $ENV{DESTDIR}${appbin}/${PROJECT_NAME}
|
||||
COMMAND rm -f $ENV{DESTDIR}${appdir}/applications/${PROJECT_NAME}.desktop
|
||||
COMMAND rm -rf $ENV{DESTDIR}${appdir}/${PROJECT_NAME}
|
||||
COMMENT Unstalling files...
|
||||
COMMENT Uninstalling files...
|
||||
|
||||
COMMENT Remove old files if exist
|
||||
COMMAND rm -rf $ENV{DESTDIR}${appdir}/wihotspot
|
||||
|
@ -1,6 +1,7 @@
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=Wifi Hotspot
|
||||
Comment=feature-rich wifi hotspot creator
|
||||
Icon=/usr/share/wihotspot/hotspot.png
|
||||
Exec=sh -c 'env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY /usr/bin/wihotspot'
|
||||
Terminal=false
|
||||
|
Loading…
Reference in New Issue
Block a user