Skip to content

Commit

Permalink
v0.78.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
VHSgunzo committed Feb 26, 2024
1 parent 0bad8c5 commit 10126f1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

* Fix exit error on install init
* Add DB script for `Lineage 2 Warland`
* Disable `GameMode` by default
* Minor fixes

# v0.78.3.1
Expand Down
2 changes: 1 addition & 1 deletion lutris-wine
Original file line number Diff line number Diff line change
@@ -1 +1 @@
LW_VERSION="0.78.3.1"
LW_VERSION="0.78.3.2"
3 changes: 1 addition & 2 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.1"
export LW_VERSION="0.78.3.2"
export LW_DEVELOPERS="VHSgunzo"

export RED='\033[1;91m'
Expand Down Expand Up @@ -179,7 +179,6 @@ check_def_config() {
[ ! -n "$LWMANGOHUD" ] && export LWMANGOHUD='Enabled'
[ ! -n "$LWVKCAPTURE" ] && export LWVKCAPTURE='Disabled'
[ ! -n "$FPS_LIMIT" ] && export FPS_LIMIT="75"
[ ! -n "$GAMEMODE" ] && export GAMEMODE=1
[ ! -n "$GSTREAMER" ] && export GSTREAMER=1
[ ! -n "$WD3DMODE" ] && export WD3DMODE='DXVK+NVAPI+VKD3D'
[ ! -n "$WINE_SANDBOX" ] && export WINE_SANDBOX=1
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='1'
pkgrel='2'
pkgdesc='Lux Wine wrapper for RunImage container'
arch=('x86_64')
url='https://github.com/VHSgunzo/lux-wine'
Expand Down

0 comments on commit 10126f1

Please sign in to comment.