mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 08:49:59 +09:00
Increase deploy delta keep
This commit is contained in:
@ -39,7 +39,7 @@ namespace osu.Desktop.Deploy
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// How many previous build deltas we want to keep when publishing.
|
/// How many previous build deltas we want to keep when publishing.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
private const int keep_delta_count = 3;
|
private const int keep_delta_count = 4;
|
||||||
|
|
||||||
private static string codeSigningCmd => string.IsNullOrEmpty(codeSigningPassword) ? "" : $"-n \"/a /f {codeSigningCertPath} /p {codeSigningPassword} /t http://timestamp.comodoca.com/authenticode\"";
|
private static string codeSigningCmd => string.IsNullOrEmpty(codeSigningPassword) ? "" : $"-n \"/a /f {codeSigningCertPath} /p {codeSigningPassword} /t http://timestamp.comodoca.com/authenticode\"";
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user