mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-19 07:03:16 +00:00
CI again
This commit is contained in:
parent
01a2b901b5
commit
f2eb870beb
2 changed files with 10 additions and 1 deletions
|
@ -1,3 +1,10 @@
|
|||
import tomllib
|
||||
import os
|
||||
from zipfile import ZipFile, ZIP_DEFLATED as COMPRESS_TYPE
|
||||
import shutil
|
||||
|
||||
COMPRESS_LEVEL = 9
|
||||
|
||||
cargo_manifest = tomllib.load(open("noita-proxy/Cargo.toml", "rb"))
|
||||
version = cargo_manifest["package"]["version"]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue