This commit is contained in:
2024-04-23 14:40:32 +02:00
parent d0e1a3dc9b
commit b0c965954b
2 changed files with 94 additions and 11 deletions

View File

@@ -34,7 +34,7 @@ const sources=[
fn pre_pack() {
for file in global::sources {
shell(`curl -sL ${file.url} > ${global::SRC}/${file.name}`);
//shell(`curl -sL ${file.url} > ${global::SRC}/${file.name}`);
}
}
fn post_pack() {