remove symlinks
This commit is contained in:
parent
3f1b628848
commit
bbcf752b98
@ -163,8 +163,8 @@ def render_gemini_places():
|
||||
}))
|
||||
|
||||
def copy_files():
|
||||
call("cp js/* html/js/", shell=True)
|
||||
call("cp style.css html/style.css", shell=True)
|
||||
call(f"cp js/* {out_dir}js/", shell=True)
|
||||
call(f"cp style.css {out_dir}style.css", shell=True)
|
||||
|
||||
if __name__ == "__main__":
|
||||
try:
|
||||
|
Loading…
x
Reference in New Issue
Block a user