mirror of
https://github.com/revanced/revanced-manager
synced 2024-05-14 13:56:57 +02:00
fix: Incorrect duplicate filename handling when exporting files (#1541)
This commit is contained in:
parent
c9412a97d0
commit
de51fbd7be
@ -240,6 +240,7 @@ void exportPatchedFile(String appName, String version) {
|
||||
params: SaveFileDialogParams(
|
||||
sourceFilePath: outFile!.path,
|
||||
fileName: newName,
|
||||
mimeTypesFilter: ['application/vnd.android.package-archive'],
|
||||
),
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user