Ability to set asset version for a single platform

This commit is contained in:
Ethan O'Brien
2026-06-06 19:05:46 -05:00
parent 29f56a18cb
commit d34b5fc6a4
2 changed files with 46 additions and 14 deletions

View File

@@ -59,6 +59,9 @@ 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 hash for windows client.")]
pub windows_asset_hash: String,