Skip to content

Commit

Permalink
Fix balalib version to use proton compatible dll
Browse files Browse the repository at this point in the history
  • Loading branch information
sbordeyne committed Aug 17, 2024
1 parent 8af6f4e commit c39d858
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/services/platform/linux.dart
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ class BalatroFinder extends PlatformFinder {
Future<Uri> getBalalibReleaseUrl({String version = 'latest'}) async {
if (version == 'latest') {
return Uri.parse(
'https://github.com/balamod/balalib/releases/$version/download/libbalalib.so');
'https://github.com/balamod/balalib/releases/$version/download/libbalalib.dll');
}
return Uri.parse(
'https://github.com/balamod/balamod_lua/releases/download/$version/libbalalib.so');
'https://github.com/balamod/balamod_lua/releases/download/$version/libbalalib.dll');
}
}

0 comments on commit c39d858

Please sign in to comment.