File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed
Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -439,7 +439,7 @@ public void Upload()
439439 if ( System . IO . Directory . Exists ( path ) )
440440 {
441441 // 文件夹
442- string [ ] files = System . IO . Directory . GetFiles ( path , "*.js " , System . IO . SearchOption . AllDirectories ) ;
442+ string [ ] files = System . IO . Directory . GetFiles ( path , "*" , System . IO . SearchOption . AllDirectories ) ;
443443 foreach ( string file in files )
444444 {
445445 string name = file . Replace ( path + "\\ " , "" ) . Replace ( "\\ " , "/" ) ;
Original file line number Diff line number Diff line change 11{
2- "Version" : " 1.0.1 " ,
2+ "Version" : " 1.0.2 " ,
33 "BaudRate" : 115200 ,
44 "Modules" : " http://www.espruino.com/modules/[name].min.js" ,
55 "Flash" : {
Original file line number Diff line number Diff line change 127127 <None Include =" resources\esptool.exe" >
128128 <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
129129 </None >
130- <Content Include =" 使用说明.txt" />
130+ <Content Include =" 使用说明.txt" >
131+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
132+ </Content >
131133 </ItemGroup >
132134 <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
133135</Project >
You can’t perform that action at this time.
0 commit comments