Skip to content

Commit

Permalink
Signed windows lock exe
Browse files Browse the repository at this point in the history
  • Loading branch information
javo committed Jun 20, 2016
1 parent b370697 commit 0328449
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified lib/agent/actions/lock/windows/new-prey-lock.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion tools/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ git_modified_files() {
}

check_node_version() {
EXPECTED_NODE_VER="4.4.5"
EXPECTED_NODE_VER="$(cat .nvmrc)"
CURRENT_NODE_VER="$(./bin/node --version)"

if [ "v${EXPECTED_NODE_VER}" != "$CURRENT_NODE_VER" ]; then
Expand Down

0 comments on commit 0328449

Please sign in to comment.