update meta v1
This commit is contained in:
@@ -40,7 +40,7 @@ fn main() -> XResult<()> {
|
||||
debugging!("Skip none dir: {}", script_dir);
|
||||
continue;
|
||||
}
|
||||
if "libraries" == script_dir || "single-scripts" == script_dir || script_dir.starts_with(".") {
|
||||
if "libraries" == script_dir || "bundles" == script_dir || "single-scripts" == script_dir || script_dir.starts_with(".") {
|
||||
debugging!("Skip update meta rs: {}", script_dir);
|
||||
continue;
|
||||
}
|
||||
@@ -74,5 +74,5 @@ fn read_script_meta(file_name: &str, main_rs: &PathBuf) -> XResult<ScriptMeta> {
|
||||
})
|
||||
}
|
||||
|
||||
// @SCRIPT-SIGNATURE-V1: yk-r1.ES256.20250124T004350+08:00.MEYCIQDCskkcmrty6QeWCz4U
|
||||
// hre4LAfP6E4+zV4sj7qOCpUIngIhAPPKuFedqY/vyFLkhfslXsK+99eYCy4278uegA0ba6JX
|
||||
// @SCRIPT-SIGNATURE-V1: yk-r1.ES256.20260204T232957+08:00.MEYCIQDrk68Vf9Fq5gyJYoCR
|
||||
// TtOcyy34/sWeGnKX6/8PXer6yAIhAK1D7rUJd16QXI4h0Y5LxtzSch3xUoKjULSacTKpS33c
|
||||
|
||||
Reference in New Issue
Block a user