File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 77#define PG_VERSION_MINOR 0 /**< Minor version number (x.X.x) */
88#define PG_VERSION_PATCH 3 /**< Patch version number (x.x.X) */
99
10- #define DEFS_URL "https://raw.githubusercontent.com/RTduino/pinout-generator/master/tools /updates.json"
10+ #define DEFS_URL "https://raw.githubusercontent.com/RTduino/pinout-generator/master/software /updates.json"
1111
1212QString get_version_string (void );
1313
File renamed without changes.
Original file line number Diff line number Diff line change @@ -97,12 +97,12 @@ SectionEnd
9797
9898Function un.onUninstSuccess
9999 HideWindow
100- MessageBox MB_ICONINFORMATION |MB_OK " $(^Name) 已成功地从你的计算机移除。 "
100+ MessageBox MB_ICONINFORMATION |MB_OK " $(^Name) has been successfully removed from your computer. "
101101FunctionEnd
102102
103103Function un.onInit
104104!insertmacro MUI_UNGETLANGUAGE
105- MessageBox MB_ICONQUESTION |MB_YESNO |MB_DEFBUTTON2 " 你确实要完全移除 $(^Name) ,其及所有的组件? " IDYES +2
105+ MessageBox MB_ICONQUESTION |MB_YESNO |MB_DEFBUTTON2 " Do you really want to completely remove $(^Name) and all its components? " IDYES +2
106106 Abort
107107FunctionEnd
108108
You can’t perform that action at this time.
0 commit comments