From f693cb20612e831b7f3ac8d64faa1f04c217f49d Mon Sep 17 00:00:00 2001 From: Joe Ertaba Date: Sat, 7 Oct 2017 17:39:44 +0330 Subject: [PATCH] version 0.3.3 --- config.js | 2 +- windows/install.bat | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/config.js b/config.js index 1f5b0cc..31b05d7 100644 --- a/config.js +++ b/config.js @@ -2,7 +2,7 @@ 'use strict'; exports.id = 'com.add0n.native_client'; -exports.version = '0.3.1'; +exports.version = '0.3.3'; exports.ids = { chrome: [ diff --git a/windows/install.bat b/windows/install.bat index d5fc87c..7563eae 100644 --- a/windows/install.bat +++ b/windows/install.bat @@ -1,5 +1,7 @@ @echo off +SET PATH=C:\Windows\System32;%PATH% + pushd "%~dp0" CD app