diff --git a/meta.cpp b/meta.cpp new file mode 100644 index 00000000..f630ae54 --- /dev/null +++ b/meta.cpp @@ -0,0 +1,2 @@ +protocol = 1; +publishedid = 708250744; diff --git a/tools/make.py b/tools/make.py index 5adf1f75..956f0959 100644 --- a/tools/make.py +++ b/tools/make.py @@ -73,7 +73,7 @@ prefix = "acex" pbo_name_prefix = "acex_" signature_blacklist = [] -importantFiles = ["mod.cpp", "README.md", "AUTHORS.txt", "LICENSE", "logo_acex_ca.paa"] +importantFiles = ["mod.cpp", "meta.cpp", "README.md", "AUTHORS.txt", "LICENSE", "logo_acex_ca.paa"] versionFiles = ["README.md", "mod.cpp"] ciBuild = False # Used for CI builds