Cleanup asset table

This commit is contained in:
Ethan O'Brien
2026-06-06 15:39:23 -05:00
parent b665181eab
commit 6ebf452632
2 changed files with 33 additions and 23 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 hash for windows client.")]
pub windows_asset_hash: String,
#[arg(long, default_value = "", help = "Path to image assets.")]
pub image_asset_path: String,