Skip to content

Commit 4129e28

Browse files
committed
move updates.json file
1 parent d6193d0 commit 4129e28

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

project/main/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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

1212
QString get_version_string(void);
1313

tools/Setup.nsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,12 +97,12 @@ SectionEnd
9797

9898
Function 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."
101101
FunctionEnd
102102

103103
Function 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
107107
FunctionEnd
108108

0 commit comments

Comments
 (0)