Skip to content

Commit 0483f00

Browse files
extracold1209extracold1209
authored and
extracold1209
committed
fix thinkboard.json (to lowercase filename)
1 parent 61d1dac commit 0483f00

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/modules/thinkboard.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
"ko": "씽크보드"
66
},
77
"platform": ["win32", "darwin"],
8-
"icon": "ThinkBoard.png",
9-
"module": "ThinkBoard.js",
8+
"icon": "thinkboard.png",
9+
"module": "thinkboard.js",
1010
"url": "http://www.thinkfunedu.com",
11-
"email": "[email protected]",
11+
"email": "[email protected]",
1212
"video": "https://goo.gl/okk8s9",
1313
"driver": {
1414
"win32-ia32": "CDM21228_Driver/CDM21228_Setup.exe",
15-
"win32-x64": "CDM21228_Driver/CDM21228_Setup.exe",
15+
"win32-x64": "CDM21228_Driver/CDM21228_Setup.exe",
1616
"darwin-x64": "Mac_OSX_VCP_Driver/SiLabsUSBDriverDisk.dmg"
1717
},
1818
"select_com_port": true,

0 commit comments

Comments
 (0)