bump: librqbit

feat: add user_agent
This commit is contained in:
xkeyC
2026-01-05 11:58:24 +08:00
parent 678f8d8cd7
commit 91046e7f5e
4 changed files with 39 additions and 19 deletions

View File

@@ -17,7 +17,6 @@ class SCLoggerHelper {
final jsonLogPath = "$rsiLauncherPath/logs/log.log";
return jsonLogPath;
}
;
Map<String, String> envVars = Platform.environment;
final appDataPath = envVars["appdata"];
if (appDataPath == null) {