File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -80,13 +80,12 @@ angular.module('workspace').controller("WorkspaceController",
8080 $scope . setOfflineHW = function ( ) {
8181 $ ( '#entryCategoryarduino' ) . mouseup ( function ( ) {
8282 Entry . HW . prototype . downloadConnector = function ( ) {
83- $ ( '#saveArduinoPlugin' ) . attr ( 'nwsaveas' , '엔트리_하드웨어_v1.1.exe' ) . trigger ( 'click' ) ;
83+ $ ( '#saveArduinoPlugin' ) . attr ( 'nwsaveas' , '엔트리_하드웨어_v1.1.1. exe' ) . trigger ( 'click' ) ;
8484 $ ( "#saveArduinoPlugin" ) . on ( "change" , function ( ) {
8585 var filePath = $ ( '#saveArduinoPlugin' ) . val ( ) ;
86- //alert("File Path : " + filePath);
8786 if ( filePath !== "" ) {
8887 var fs = require ( "fs" ) ;
89- fs . readFile ( "./hardware/plugin/엔트리_하드웨어_v1.1.exe" , function ( err , stream ) {
88+ fs . readFile ( "./hardware/plugin/엔트리_하드웨어_v1.1.1. exe" , function ( err , stream ) {
9089 fs . writeFile ( filePath , stream , 'utf8' , function ( err ) {
9190 if ( err )
9291 alert ( "Unable to save file" ) ;
You can’t perform that action at this time.
0 commit comments