Switch asset version flag to a public override

This commit is contained in:
Ethan O'Brien
2026-07-25 00:53:10 -05:00
parent 3a29fde575
commit e7d865ebb8
2 changed files with 10 additions and 9 deletions

View File

@@ -62,8 +62,8 @@ pub struct Args {
#[arg(long, default_value = "", help = "Asset hash for JP Android client.")]
pub jp_android_asset_hash: String,
#[arg(long, default_value = "", help = "Asset version for windows client.")]
pub windows_asset_version: String,
#[arg(long, default_value = "", help = "Asset version for overridden asset hashes.")]
pub asset_version: String,
#[arg(long, default_value = "", help = "Asset hash for windows client.")]
pub windows_asset_hash: String,