Rename wihotspot_gui to wihotspot-gui

This commit is contained in:
Lakindu Akash 2020-10-04 15:53:09 +05:30
parent 4959bb8a61
commit 2bd6c741ae
No known key found for this signature in database
GPG Key ID: 87D9889F7A634A38
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
[Desktop Entry]
Type=Application
Name=WifiHotspot
Icon=/usr/share/wihotspot_gui/hotspot.png
Name=Wifi Hotspot
Icon=/usr/share/wihotspot/hotspot.png
Exec=sh -c 'env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY /usr/bin/wihotspot'
Terminal=false
Categories=System

View File

@ -1,4 +1,4 @@
#!/bin/sh
# Start wihotspot_gui as root user
pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY /usr/bin/wihotspot_gui
pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY /usr/bin/wihotspot-gui