Skip to content

Commit

Permalink
Merge #2408 Better AutoUpdate.CanUpdate Error Message
Browse files Browse the repository at this point in the history
  • Loading branch information
politas committed Apr 14, 2018
2 parents ad78cd4 + a680f30 commit 7e451fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ All notable changes to this project will be documented in this file.
- [Netkan] Don't double encode GitHub download URLs (#2402 by: HebaruSan; reviewed: politas)
- [Netkan] Option to override SpaceDock version with AVC version (#2406 by: HebaruSan; reviewed: politas)
- [GUI] Move AutoUpdate.CanUpdate check to resolve VisualStudio Designer Error (#2407 by: DasSkellet; reviewed: Olympic1, politas)
- [GUI] Better AutoUpdate.CanUpdate Error Message (#2408 by: DasSkellet; reviewed: politas)

### Internal

Expand Down
2 changes: 1 addition & 1 deletion GUI/SettingsDialog.cs
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ private void InstallUpdateButton_Click(object sender, EventArgs e)
}
else
{
GUI.user.RaiseError("Can't autoupdate. Please check https://github.com/KSP-CKAN/CKAN/ for help!");
GUI.user.RaiseError("Error during update.\r\nCan't update automatically, because ckan.exe is read-only or we are not allowed to overwrite it. Please update manually via https://github.com/KSP-CKAN/CKAN/releases/latest.");
}

}
Expand Down

0 comments on commit 7e451fb

Please sign in to comment.