Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions com.jagexlauncher.JagexLauncher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ modules:
- chmod +x /app/jre/bin/java
sources:
- type: script
dest-filename: java
dest-filename: java
commands:
-
#!/bin/bash
Expand All @@ -97,9 +97,9 @@ modules:
- cp -r wine-staging/share/* /app/share/
sources:
- type: file
url: https://github.com/Kron4ek/Wine-Builds/releases/download/10.18/wine-10.18-staging-amd64.tar.xz
url: https://github.com/Kron4ek/Wine-Builds/releases/download/11.0-rc3/wine-11.0-rc3-staging-amd64.tar.xz
dest-filename: wine-staging.tar.xz
sha256: 466d24aa919892186fa40c374452dad549092a023fd9ab2efe0c7bfea4b23713
sha256: e38c28f65c928a1981fdd401d68f2578272f9b9e259104519d909a8894b96f98
x-checker-data:
type: json
url: https://api.github.com/repos/Kron4ek/Wine-Builds/releases/latest
Expand Down