fix: Export patcher logs as a file instead of text

This commit is contained in:
Alberto Ponces
2022-09-14 10:40:45 +01:00
parent 698f1ac383
commit 855b8373e4
3 changed files with 15 additions and 4 deletions

View File

@ -151,7 +151,7 @@ class InstallerViewModel extends BaseViewModel {
}
void shareLog() {
_patcherAPI.shareLog(logs);
_patcherAPI.sharePatcherLog(logs);
}
Future<void> cleanPatcher() async {