Some minor changes

This commit is contained in:
WolverinDEV 2020-12-02 20:17:00 +01:00
parent df6083f572
commit 58dce86e0f
3 changed files with 3 additions and 3 deletions

View File

@ -122,5 +122,5 @@ function deploy_client() {
#install_npm #install_npm
#compile_scripts #compile_scripts
#compile_native #compile_native
package_client #package_client
deploy_client deploy_client

View File

@ -22,7 +22,7 @@ message("Module path: ${CMAKE_MODULE_PATH}")
function(setup_nodejs) function(setup_nodejs)
set(NodeJS_DIR "${CMAKE_CURRENT_SOURCE_DIR}/cmake/") set(NodeJS_DIR "${CMAKE_CURRENT_SOURCE_DIR}/cmake/")
set(NODEJS_URL "https://atom.io/download/atom-shell") set(NODEJS_URL "https://atom.io/download/atom-shell")
set(NODEJS_VERSION "v8.0.0") set(NODEJS_VERSION "v11.0.3")
#set(NODEJS_URL "https://nodejs.org/download/release/") #set(NODEJS_URL "https://nodejs.org/download/release/")
#set(NODEJS_VERSION "v12.13.0") #set(NODEJS_VERSION "v12.13.0")

View File

@ -30,7 +30,7 @@ extern "C" {
#include <tomcrypt.h> #include <tomcrypt.h>
#include <tommath.h> #include <tommath.h>
}; }
using namespace std; using namespace std;
using namespace tc; using namespace tc;