Skip to content

Commit

Permalink
v0.78.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
VHSgunzo committed May 12, 2024
1 parent a2da722 commit 9fed852
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# v0.78.4.9

* Update [lwrun](https://huggingface.co/lux-wine/lwrun/tree/main/releases/v0.39.1) packages
* Update DB script for `Honkai: Star Rail`

# v0.78.4.8

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

srlauncher() {
SR_PATCH_VER=v3.1.2
SR_PATCH_URL="https://codeberg.org/mkrsym1/jadeite/releases"
SR_PATCH_VER="$(curl -sL "$SR_PATCH_URL" 2>/dev/null|grep -o '>v[0-9].*[0-9]<'|sed 's|<||g;s|>||g'|head -1)"
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 All @@ -17,7 +18,7 @@ srlauncher() {
fi
if [ ! -f "${EXE_WRAPPER[0]}" ]
then
if ! (try_download "https://codeberg.org/mkrsym1/jadeite/releases/download/$SR_PATCH_VER/$SR_PATCH_VER.zip" "$LW_DEF_TMP" && \
if ! (try_download "$SR_PATCH_URL/download/$SR_PATCH_VER/$SR_PATCH_VER.zip" "$LW_DEF_TMP" && \
unzip "$LW_DEF_TMP/$SR_PATCH_VER.zip" -d "$SR_PATCH_DIR")
then
try_rm "$SR_PATCH_DIR" &>/dev/null
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.78.4.8"
export LW_VERSION="0.78.4.9"
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.4'
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 9fed852

Please sign in to comment.