Skip to content

Commit

Permalink
Fixing a version-specific name when extracting the wine-ge archive
Browse files Browse the repository at this point in the history
  • Loading branch information
nmlynch94 committed Dec 11, 2023
1 parent 02241b5 commit 4b4d29d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions com.jagex.Launcher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,10 @@ modules:
- name: wine-ge
buildsystem: simple
build-commands:
- tar xf wine.tar.xz
- mkdir wine
- tar xf wine.tar.xz -C wine --strip-components 1 # String top level dir and place into predictable directory name to allow automated updates
- install --directory /app/opt
- mv lutris-GE-Proton8-24-x86_64 /app/opt/wine
- mv wine /app/opt/wine
sources:
- type: file
dest-filename: wine.tar.xz
Expand Down

0 comments on commit 4b4d29d

Please sign in to comment.