Skip to content

Commit

Permalink
Add autoupdate check point for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
lixun910 committed Mar 6, 2017
1 parent 94c4796 commit ad162c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DialogTools/AutoUpdateDlg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ wxString AutoUpdate::GetCheckList()
}
} else {
// we don't support auto update on other platforms
return "";
checklistUrl += ".linux.txt";
}

return ReadUrlContent(checklistUrl);
Expand Down

0 comments on commit ad162c9

Please sign in to comment.