fix: open Dir

This commit is contained in:
2024-04-12 20:02:00 +08:00
parent b8c4e05a32
commit 1ab785fbbc
5 changed files with 5 additions and 5 deletions

View File

@ -259,7 +259,7 @@ class UpgradeDialogUI extends HookConsumerWidget {
progress.value = 0;
if (!context.mounted) return;
showToast(context, S.current.app_upgrade_info_run_failed);
SystemHelper.openDir("\"$fileName\"");
SystemHelper.openDir(fileName);
}
}
}