Commit 7cb5a3fb authored by nanahira's avatar nanahira

remove_lua

parent 563b8ebf
......@@ -90,11 +90,6 @@ var copyToYGOPRO = function(msg) {
}
var MakePro = function(msg) {
if (config.ygopro_path && config.enable_compile) {
if (config.lua_path) {
execSync('make linux test', { cwd: config.lua_path, env: process.env });
execSync('make install', { cwd: config.lua_path, env: process.env });
sendResponse("Finished making Lua");
}
execSync('mkdir ygopro-temp', { cwd: config.ygopro_path, env: process.env });
execSync('cp -rf ocgcore ygopro-temp', { cwd: config.ygopro_path, env: process.env });
execSync('cp -rf gframe ygopro-temp', { cwd: config.ygopro_path, env: process.env });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment