Skip to content

Commit

Permalink
version 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
andy-portmen committed Oct 7, 2017
1 parent c5647d2 commit 74d52bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion host.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ var files = [];
var sprocess = [];

var config = {
version: '0.6.2'
version: '0.6.3'
};
// closing node when parent process is killed
process.stdin.resume();
Expand Down
2 changes: 2 additions & 0 deletions windows/install.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
@echo off

SET PATH=C:\Windows\System32;%PATH%

ECHO .. Writting to Chrome Registry
ECHO .. Key: HKCU\Software\Google\Chrome\NativeMessagingHosts\com.add0n.node
REG ADD "HKCU\Software\Google\Chrome\NativeMessagingHosts\com.add0n.node" /ve /t REG_SZ /d "%LocalAPPData%\com.add0n.node\manifest-chrome.json" /f
Expand Down

1 comment on commit 74d52bb

@mohinnsu
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.