fix
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user