Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lux wine v0.77.9.1 #18

Merged
merged 19 commits into from
Sep 20, 2023
Prev Previous commit
Next Next commit
Update lwrap
  • Loading branch information
VHSgunzo committed Sep 16, 2023
commit 624a9a92d724c1a9c31113ad940730b3002b97ba
4 changes: 2 additions & 2 deletions lwrap/lwrap
Original file line number Diff line number Diff line change
Expand Up @@ -213,9 +213,9 @@ make_install() {
cp -f "$TMP_LW_CFG" "$LW_CFG"
fi
grep "$LWRUN_LN" -lr "$MENU_APPS_DIR"|\
xargs -d'\n' sed -i "s|$LWRUN_LN|$LWRAP|g"
xargs -d'\n' sed -i "s|$LWRUN_LN|$LWRAP|g" 2>/dev/null
grep "$LWRUN" -lr "$MENU_APPS_DIR"|\
xargs -d'\n' sed -i "s|$LWRUN|$LWRAP|g"
xargs -d'\n' sed -i "s|$LWRUN|$LWRAP|g" 2>/dev/null
}

mv_lwrun() {
Expand Down