Commit 8846a2c7 authored by nanahira's avatar nanahira

fixpath

parent b5d1ba71
...@@ -88,7 +88,7 @@ var copyToYGOPRO = function(msg) { ...@@ -88,7 +88,7 @@ var copyToYGOPRO = function(msg) {
} }
sendResponse("Finished copying to YGOPro"); sendResponse("Finished copying to YGOPro");
if (config.pre_scripts_git_db_path) { if (config.pre_scripts_git_db_path) {
execSync('find "' + config.pre_scripts_git_db_path + '/scripts' + '" -name c?????????.lua | xargs -I {} cp -rf {} "' + config.ygopro_path + 'expansions/"'); execSync('find "' + config.pre_scripts_git_db_path + 'scripts' + '" -name c?????????.lua | xargs -I {} cp -rf {} "' + config.ygopro_path + 'expansions/"');
sendResponse("Finished copying Pre-release scripts to YGOPro"); sendResponse("Finished copying Pre-release scripts to YGOPro");
} }
} }
......
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