Skip to content

Commit

Permalink
update downloaded zip name
Browse files Browse the repository at this point in the history
  • Loading branch information
LiquidatorCoder committed Nov 26, 2021
1 parent 3ed881a commit 6e0c58c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/services/download_service.dart
Expand Up @@ -16,7 +16,7 @@ class DownloadService {

Dio dio = Dio();
Future<String> _getFilePath() async {
final fileName = _randomService.getRandomString(10);
final fileName = "odin_" + _randomService.getRandomString(10);
Directory? dir;
if (Platform.isAndroid) {
var status = await Permission.storage.status;
Expand Down

0 comments on commit 6e0c58c

Please sign in to comment.