set file extension for download_list
This commit is contained in:
parent
13786f941b
commit
8e933111e4
@ -205,6 +205,7 @@ async fn main()->AResult<()>{
|
|||||||
subcommand.asset_ids.into_iter().map(|asset_id|{
|
subcommand.asset_ids.into_iter().map(|asset_id|{
|
||||||
let mut path=output_folder.clone();
|
let mut path=output_folder.clone();
|
||||||
path.push(asset_id.to_string());
|
path.push(asset_id.to_string());
|
||||||
|
path.set_extension("rbxm");
|
||||||
(asset_id,path)
|
(asset_id,path)
|
||||||
}).collect()
|
}).collect()
|
||||||
).await
|
).await
|
||||||
|
Loading…
Reference in New Issue
Block a user