Added exe build and tweaked some ui things

This commit is contained in:
Alessandro Autiero
2022-09-19 22:08:29 +02:00
parent 273214ceef
commit 5eea7ae71f
6 changed files with 80 additions and 5 deletions

View File

@@ -15,7 +15,7 @@ const _userAgent =
final _cookieRegex = RegExp("cookie=\"(.*?);");
final _manifestSourceUrl = Uri.parse(
"https://github.com/VastBlast/FortniteManifestArchive/blob/main/README.md");
"https://github.com/VastBlast/FortniteManifestArchive/blob/main/INSTALLATION.md");
final _archiveCookieUrl = Uri.parse("http://allinstaller.xyz/rel");
final _archiveSourceUrl = Uri.parse("http://allinstaller.xyz/rel?i=1");