Skip to content

Commit

Permalink
Add DB script for Caliber
Browse files Browse the repository at this point in the history
  • Loading branch information
VHSgunzo committed Feb 14, 2024
1 parent cc6be4d commit de93728
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v0.78.2.6

* Add DB script for `Caliber`

# v0.78.2.5

* Update [lwrun](https://huggingface.co/lux-wine/lwrun/tree/main/releases/v0.39.1) packages
Expand Down
6 changes: 6 additions & 0 deletions db/CaliberSetup.lwdb
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
WIN_VER=10
WINEARCH=win64
WINE_VERSION=System
USE_DEFPFX_BACKUP=1
WPREFIX_NAME=caliberpfx
MUST_HAVE_DLL=Disabled
1 change: 1 addition & 0 deletions db/launcher.lwdb
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ pre_launch() {
case "$EXE_DIR" in
Crossout|'Dark Sector') set_dxvk_ver '1.10.3' ;;
'Star Rail') srlauncher ;;
Caliber) source "$LW_DB_DIR/CaliberSetup.lwdb" ;;
esac
}

Expand Down

0 comments on commit de93728

Please sign in to comment.