fix: use original package name for changelog.

This commit is contained in:
Aunali321 2022-10-10 18:57:32 +05:30
parent 53bcb8b85f
commit 3ab5d12f3e
2 changed files with 5 additions and 3 deletions

View file

@ -26,13 +26,13 @@ class GithubAPI {
);
final Map<String, String> repoAppPath = {
'com.google.android.youtube': 'youtube',
'app.revanced.android.youtube': 'youtube',
'com.google.android.apps.youtube.music': 'music',
'com.twitter.android': 'twitter',
'com.reddit.frontpage': 'reddit',
'com.zhiliaoapp.musically': 'tiktok',
'de.dwd.warnapp': 'warnwetter',
'com.garzotto.pflotsh.ecmwf_a': 'ecmwf',
'com.spotify.music': 'spotify',
};
void initialize() {