diff --git a/entry/controllers/workspace.js b/entry/controllers/workspace.js index 75b27e41f..fc7c77ee7 100644 --- a/entry/controllers/workspace.js +++ b/entry/controllers/workspace.js @@ -80,13 +80,12 @@ angular.module('workspace').controller("WorkspaceController", $scope.setOfflineHW = function() { $('#entryCategoryarduino').mouseup(function() { Entry.HW.prototype.downloadConnector = function() { - $('#saveArduinoPlugin').attr('nwsaveas', '엔트리_하드웨어_v1.1.exe').trigger('click'); + $('#saveArduinoPlugin').attr('nwsaveas', '엔트리_하드웨어_v1.1.1.exe').trigger('click'); $("#saveArduinoPlugin").on("change", function () { var filePath = $('#saveArduinoPlugin').val(); - //alert("File Path : " + filePath); if (filePath !== "") { var fs = require("fs"); - fs.readFile("./hardware/plugin/엔트리_하드웨어_v1.1.exe", function (err, stream) { + fs.readFile("./hardware/plugin/엔트리_하드웨어_v1.1.1.exe", function (err, stream) { fs.writeFile(filePath, stream, 'utf8', function (err) { if (err) alert("Unable to save file");