Merge pull request #126 from freddii/master

added comment to starter and fixed wrong spelled word when uninstalling
This commit is contained in:
Lakindu Akash 2021-01-05 17:34:02 +05:30 committed by GitHub
commit 3e8f59d9e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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