Commit 4de94e4f authored by nanahira's avatar nanahira

rev

parent 11f0295e
......@@ -75,7 +75,7 @@ var copyToYGOPRO = function(msg) {
sendResponse("Permission denied");
return;
}
execSync('rm -rf "' + config.ygopro_path + 'expansions/*' + '"');
execSync('rm -rf ' + config.ygopro_path + 'expansions/*' + '');
execSync('cp -rf "' + config.git_db_path + 'expansions' + '" "' + config.ygopro_path + '"');
execSync('cp -rf "' + config.git_db_path + 'gframe' + '" "' + config.ygopro_path + '"');
execSync('cp -rf "' + config.git_db_path + 'ocgcore' + '" "' + config.ygopro_path + '"');
......
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