Skip to content

Commit

Permalink
v0.78.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
VHSgunzo committed Oct 16, 2023
1 parent 78b055f commit ad2ac6e
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 5 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# v0.78.1.3

* Update [lwrun](https://huggingface.co/lux-wine/lwrun/tree/main/releases/v0.39.1) packages
* Update [GE-Proton](https://github.com/VHSgunzo/ge-proton-lw/releases/tag/v8.19) `v8.19`
* Update `HF mirror`
* Add DB script for `Gothic 4: Arcania`
* Update DB script for `The Honkers Railway` v1.4.0
* Update DB script for `World of Warships`
* Fix add `$HOME/.local/bin` to `PATH`
* Add [installation video](https://www.youtube.com/watch?v=a0vrAgY2uZk)

# v0.78.1.2

* Update [lwrun](https://huggingface.co/lux-wine/lwrun/tree/main/releases/v0.39.1) packages
Expand Down
1 change: 1 addition & 0 deletions db/WorldOfWarships.lwdb
2 changes: 1 addition & 1 deletion db/lgc.lwdb
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
WIN_VER=10
WINE_VERSION=System
SteamGameId=552990
2 changes: 1 addition & 1 deletion lutris-wine
Original file line number Diff line number Diff line change
@@ -1 +1 @@
LW_VERSION="0.78.1.2"
LW_VERSION="0.78.1.3"
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.78.1.2"
export LW_VERSION="0.78.1.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.78.1'
pkgrel='2'
pkgrel='3'
pkgdesc='Lux Wine wrapper for RunImage container'
arch=('x86_64')
url='https://github.com/VHSgunzo/lux-wine'
Expand Down
5 changes: 4 additions & 1 deletion lwrap/lwrap
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,10 @@ make_install() {
fi
done
fi
case "$(basename "$SHELL")" in
[ "$ENABLE_HOSTEXEC" == 1 ] && \
local INSTALL_SHELL="$(hostexec echo '$SHELL')"||\
local INSTALL_SHELL="$SHELL"
case "$(basename "$INSTALL_SHELL")" in
zsh) add_path "$Z_RC" ;;
bash) add_path "$B_RC" ;;
fish) add_path "$F_RC" ;;
Expand Down

0 comments on commit ad2ac6e

Please sign in to comment.