mirror of
https://github.com/Auties00/Reboot-Launcher.git
synced 2026-01-13 19:22:22 +01:00
<feat: New release>
This commit is contained in:
@@ -111,7 +111,7 @@ Future<void> _extract(Completer<dynamic> stopped, String extension, File tempFil
|
||||
break;
|
||||
case '.rar':
|
||||
process = await Process.start(
|
||||
'${assetsDirectory.path}\\misc\\winrar.exe',
|
||||
'${assetsDirectory.path}\\build\\winrar.exe',
|
||||
['x', tempFile.path, '*.*', options.destination.path],
|
||||
mode: ProcessStartMode.inheritStdio
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user