Skip to content

Commit a434db2

Browse files
committed
remove v1 update info
1 parent b6788f4 commit a434db2

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

-1.34 MB
Binary file not shown.

update-tooling.jsonc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313

1414
// ===== PROD / RELEASE ONLY -- published by release.yml (CI) ======
1515
"embeddedTrustCert": "src/ModVerify.CliApp/Resources/Certs/AET-root.cer", // public trust .cer shipped in the app
16-
"origin": "https://republicatwar.com/downloads/ModVerify", // manifest origin URL
17-
"sftpBasePath": "downloads/ModVerify", // SFTP upload base path
16+
"origin": "https://republicatwar.com/downloads/ModVerify/v2", // manifest origin URL
17+
"sftpBasePath": "downloads/ModVerify/v2", // SFTP upload base path
1818
"sftpHost": "republicatwar.com",
1919
"sftpPort": 1579,
2020

@@ -24,7 +24,7 @@
2424
// nextSftpBasePath - SFTP base path for the next-gen channel (set together with nextOrigin)
2525
// compatUpdater - previous-gen updater used for the PRIMARY deploy during the cutover
2626
// (only valid when nextOrigin + nextSftpBasePath are set)
27-
"nextOrigin": "https://republicatwar.com/downloads/ModVerify/v2",
28-
"nextSftpBasePath": "downloads/ModVerify/v2",
29-
"compatUpdater": "tools/v1/AnakinRaW.ExternalUpdater.exe"
27+
"nextOrigin": "",
28+
"nextSftpBasePath": "",
29+
"compatUpdater": ""
3030
}

0 commit comments

Comments
 (0)