mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-19 22:01:45 +08:00
12 lines
347 B
Python
12 lines
347 B
Python
#!/usr/bin/env python
|
|
|
|
import sys
|
|
sys.path.append("../../../../../build_tools/scripts")
|
|
import base
|
|
import os
|
|
|
|
base.configure_common_apps()
|
|
base.copy_file("./index.html", "./deploy/index.html")
|
|
|
|
#base.cmd_in_dir("../../../../Common/js", "python", ["./min.py", "./../../DesktopEditor/fontengine/js/allfonts/deploy/allfonts.js", "WHITESPACE_ONLY"])
|