Skip to content

Commit

Permalink
v0.80.3
Browse files Browse the repository at this point in the history
  • Loading branch information
VHSgunzo committed Jan 19, 2025
1 parent 82262ab commit 55d09da
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# v0.80.3

* Update [lwrun](https://github.com/VHSgunzo/runimage/releases/download/v0.40.2) container `v0.40.2`
* Update [GE-Proton](https://github.com/VHSgunzo/ge-proton-lw/releases/tag/v9.23) `v9.23`
* Update `lwrap`

# v0.80.2

* Fix hostexec hang on legacy forking
Expand Down
2 changes: 1 addition & 1 deletion lux-wine
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

export LW_VERSION="0.80.2"
export LW_VERSION="0.80.3"
export LW_DEVELOPERS="VHSgunzo"

export RED='\033[1;91m'
Expand Down
2 changes: 1 addition & 1 deletion lwrap/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

pkgname='lwrap'
pkgver='0.80'
pkgrel='2'
pkgrel='3'
pkgdesc='Lux Wine wrapper for RunImage container'
arch=('x86_64')
url='https://github.com/VHSgunzo/lux-wine'
Expand Down
6 changes: 5 additions & 1 deletion lwrap/lwrap
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,11 @@ update_lwrun() (
HOSTEXEC_ARGS=(hostexec env RIM_RUN_IN_ONE=0)
"${HOSTEXEC_ARGS[@]}" ls "$RUNIMAGE_LW" &>/dev/null||\
"${HOSTEXEC_ARGS[@]}" LWLN_ONLY=1 "$RUNSRC"
"${HOSTEXEC_ARGS[@]}" "$RUNIMAGE_LW" "${IN_TERM[@]}" rim-update
if mountpoint -q /usr/share/icons
then HOSTEXEC_ARGS+=(LWRUN_UPDATE=1 "$RUNIMAGE_LW")
else unset HOSTEXEC_ARGS
fi
"${HOSTEXEC_ARGS[@]}" "${IN_TERM[@]}" rim-update
ret="$?"
fi
return $ret
Expand Down

0 comments on commit 55d09da

Please sign in to comment.