Browse Source

Export compiler.toml

master 2023-01-08-A
Samuel Sloniker 1 year ago
parent
commit
9c66b18cfe
Signed by: kj7rrv
GPG Key ID: 1BB4029E66285A62
  1. 1
      export.py

1
export.py

@ -28,6 +28,7 @@ os.mkdir("build")
shutil.copy("articles.db", "build/articles.db")
shutil.copy("sources.toml", "build/sources.toml")
shutil.copy("compiler.toml", "build/compiler.toml")
shutil.copy("model.gptc", "build/model.gptc")
con = sqlite3.Connection("build/articles.db")

Loading…
Cancel
Save