Skip to content

Commit

Permalink
fix: core exits unexpectedly when os woke up
Browse files Browse the repository at this point in the history
  • Loading branch information
igoogolx committed Apr 13, 2024
1 parent a351ad3 commit b256733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/init.dart
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ final assetsPath =
final binDir = Directory(path.join(assetsPath, 'bin'));

const rawCoreName = 'itun2socks';
const rawCoreVersion = '1.5.0';
const rawCoreVersion = '1.4.0';

Future downloadLatestCore(String arch) async {
var releaseArch = LuxCoreName.arch;
Expand Down

0 comments on commit b256733

Please sign in to comment.