Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
12efbac58a | ||
|
|
00cfc35102 |
Binary file not shown.
@@ -1927,7 +1927,7 @@ without him none of this would be possible
|
||||
}
|
||||
else if (newGamesList.Count > 0 && !Properties.Settings.Default.UploadedGameList)
|
||||
{
|
||||
var res = FlexibleMessageBox.Show(this, "Please share game list bla bla bla for future patch bla ", "upload game list",
|
||||
var res = FlexibleMessageBox.Show(this, "For August 2021, we'd like to grab a list of the apps installed to make updates work better.\nDo that now?", "Upload game list?",
|
||||
MessageBoxButtons.YesNo, MessageBoxIcon.Warning, MessageBoxDefaultButton.Button2);
|
||||
if (res == DialogResult.Yes)
|
||||
{
|
||||
|
||||
@@ -17,7 +17,7 @@ namespace AndroidSideloader
|
||||
private static string RawGitHubUrl;
|
||||
private static string GitHubUrl;
|
||||
|
||||
static readonly public string LocalVersion = "2.8.2";
|
||||
static readonly public string LocalVersion = "2.8.4";
|
||||
public static string currentVersion = string.Empty;
|
||||
public static string changelog = string.Empty;
|
||||
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
RSL 2.8.3
|
||||
+ Hotfix to update the exclusion list of games we need updates for.
|
||||
|
||||
RSL 2.8.2
|
||||
|
||||
|
||||
Reference in New Issue
Block a user