fix: add inplace to sponsored downloads

This commit is contained in:
fenopy
2024-08-28 12:29:13 -05:00
parent a271088e9a
commit e17a582ae7

View File

@@ -75,6 +75,8 @@ namespace AndroidSideloader
command += $" --config {downloadConfigPath}";
}
command += $" --inplace";
// set rclonepw
if (rclonepw.Length > 0)
{