You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using staticpath in cmd.exe (in windows) files are not copied.
Probably because of thecpcommand: if (cfg.staticpath) userCmds.push("cp -r " + cfg.staticpath + "/* .");