Skip to content

Commit

Permalink
downloaded app name should be "Musify" not only "app"
Browse files Browse the repository at this point in the history
  • Loading branch information
gokadzev committed Mar 31, 2023
1 parent bb15269 commit a317750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion add_updater.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Future<void> downloadAppUpdates() async {
await FlutterDownloader.enqueue(
url: dlUrl,
savedDir: dlPath!,
fileName: "app.apk",
fileName: "Musify.apk",
showNotification: true,
);
}
Expand Down

0 comments on commit a317750

Please sign in to comment.