diff --git a/build/entry.nsi b/build/entry.nsi index 5d9711a51..7f3da115f 100644 --- a/build/entry.nsi +++ b/build/entry.nsi @@ -28,7 +28,7 @@ Name "¿£Æ®¸®" ; The file to write -OutFile "Entry_1.0.5_Setup.exe" +OutFile "Entry_1.0.6_Setup.exe" ; The default installation directory InstallDir "C:\Entry" diff --git a/entry/controllers/workspace.js b/entry/controllers/workspace.js index e1ee26802..8670691c7 100644 --- a/entry/controllers/workspace.js +++ b/entry/controllers/workspace.js @@ -80,12 +80,12 @@ angular.module('workspace').controller("WorkspaceController", $scope.setOfflineHW = function() { $('#entryCategoryarduino').mouseup(function() { Entry.HW.prototype.downloadConnector = function() { - $('#saveArduinoPlugin').attr('nwsaveas', 'Entry_HW_v1.1.2.exe').trigger('click'); + $('#saveArduinoPlugin').attr('nwsaveas', 'Entry_HW_v1.1.3.exe').trigger('click'); $("#saveArduinoPlugin").on("change", function () { var filePath = $('#saveArduinoPlugin').val(); if (filePath !== "") { var fs = require("fs"); - fs.readFile("./hardware/plugin/Entry_HW_v1.1.2.exe", function (err, stream) { + fs.readFile("./hardware/plugin/Entry_HW_v1.1.3.exe", function (err, stream) { fs.writeFile(filePath, stream, 'utf8', function (err) { if (err) alert("Unable to save file"); diff --git a/entry/media/handclosed.cur b/entry/media/handclosed.cur new file mode 100644 index 000000000..f06c243e7 Binary files /dev/null and b/entry/media/handclosed.cur differ diff --git a/entry/package.json b/entry/package.json index ba2b0a374..8cc7d40ba 100644 --- a/entry/package.json +++ b/entry/package.json @@ -12,7 +12,7 @@ "type": "git", "url": "https://github.com/boolgom/entry-offline.git" }, - "version": "1.0.5", + "version": "1.0.6", "chromium-args": "--disable-web-security --allow-file-access-from-files --enable-decoder=aac,h264,mp3 --enable-demuxer=mp3,mov --enable-parser=aac,h264,mpegaudio", "window": { "toolbar": false,