Skip to content

Commit

Permalink
Update lwrap
Browse files Browse the repository at this point in the history
  • Loading branch information
VHSgunzo committed Mar 17, 2024
1 parent 148f579 commit b190e51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lwrap/lwrap
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,9 @@ make_install() {
install -Dm755 "$lwexecf" "$LWEXEC"
install -Dm644 LuxWine.menu "$HOME/.config/menus/applications-merged/LuxWine.menu"
if [ "$KDE_SESSION_VERSION" == 6 ]
then install -Dm644 LuxWineService.desktop "$HOME/.local/share/kio/servicemenus/LuxWineService.desktop"
then install -Dm755 LuxWineService.desktop "$HOME/.local/share/kio/servicemenus/LuxWineService.desktop"
elif [ "$KDE_SESSION_VERSION" == 5 ]
then install -Dm644 LuxWineService.desktop "$HOME/.local/share/kservices5/ServiceMenus/LuxWineService.desktop"
then install -Dm755 LuxWineService.desktop "$HOME/.local/share/kservices5/ServiceMenus/LuxWineService.desktop"
fi
mkdir -p "$MENU_APPS_DIR"
mkdir -p "$HOME_DESK_DIRS"
Expand Down

0 comments on commit b190e51

Please sign in to comment.