Skip to content

Commit

Permalink
v0.78.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
VHSgunzo committed Mar 31, 2024
1 parent a4dfbf2 commit 06dba96
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 13 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# v0.78.3.9

* Update [obs-vkcapture-lw](https://github.com/VHSgunzo/obs-vkcapture-lw/releases/tag/v1.5.0) `v1.5.0`
* Remove `EXE_LWDBFL` from the EXE installer config when automatically creating shortcuts
* Update DB script for `Honkai: Star Rail`
* Update DB script for `Setup`

# v0.78.3.8

* Update [lwrun](https://huggingface.co/lux-wine/lwrun/tree/main/releases/v0.39.1) packages
Expand Down
2 changes: 1 addition & 1 deletion db/launcher.lwdb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#DB# Honkai: Star Rail # DB_EXES=('launcher.exe') !'StarRail.exe'

srlauncher() {
SR_PATCH_VER=v3.1.1
SR_PATCH_VER=v3.1.2
SR_PATCH_DIR="$LW_DEF_TMP/srpatch_$SR_PATCH_VER"
EXE_DRIVE="$(grep -oi '[a-z]:'<<<"$LU_EXE")"
SRLAUNCHER="$EXE_DRIVE\\$(sed 's|.*/[a-z]:||i;s|\/|\\|g'<<<"$LU_EXE")"
Expand Down
8 changes: 0 additions & 8 deletions db/setup.lwdb
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,4 @@
#DB# GOG Galaxy # DB_EXES=('gog_galaxy.*.exe')
#DB# League of Legends # DB_EXES=('live.na.exe' 'LeagueClient.exe' 'RiotClientServices.exe' '.*league of legends.*')

ESYNC=0
FSYNC=0
WIN_VER=10
VKBASALT=0
GAMEMODE=0
FPS_LIMIT=0
LATENCYFLEX=0
LWMANGOHUD=Disabled
WINE_VERSION=System
9 changes: 6 additions & 3 deletions 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.3.8"
export LW_VERSION="0.78.3.9"
export LW_DEVELOPERS="VHSgunzo"

export RED='\033[1;91m'
Expand Down Expand Up @@ -1669,8 +1669,11 @@ create_shortcut() {
if [ -f "$LU_EXE" ] && [[ -f "$EXE_CFG" || -f "$EXE_CENV" ]]
then
local SHRTEXEPFX="$(dirname "$LU_EXE")/$(basename "$LU_EXE"|sed 's|\.exe$||gi')"
[[ -f "$EXE_CFG" && "$SHRTEXEPFX.wcfg" != "$EXE_CFG" ]] && \
try_cp "$EXE_CFG" "$SHRTEXEPFX.wcfg"
if [[ -f "$EXE_CFG" && "$SHRTEXEPFX.wcfg" != "$EXE_CFG" ]]
then
try_cp "$EXE_CFG" "$SHRTEXEPFX.wcfg" && \
sed -i '/^EXE_LWDBFL=/d' "$SHRTEXEPFX.wcfg"
fi
[[ -f "$EXE_CENV" && "$SHRTEXEPFX.cenv" != "$EXE_CENV" ]] && \
try_cp "$EXE_CENV" "$SHRTEXEPFX.cenv"
fi
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.3'
pkgrel='8'
pkgrel='9'
pkgdesc='Lux Wine wrapper for RunImage container'
arch=('x86_64')
url='https://github.com/VHSgunzo/lux-wine'
Expand Down

0 comments on commit 06dba96

Please sign in to comment.