Update packages/safe-chain/src/installation/installOnWindows.js

This commit is contained in:
bitterpanda 2026-01-19 19:01:28 +01:00 committed by Sander Declerck
parent 07aa10d869
commit e7de25de5e
No known key found for this signature in database

View file

@ -26,7 +26,7 @@ export async function installOnWindows() {
ui.emptyLine();
ui.writeInformation(
`📥 Downloading SafeChain Agent ${getAgentVersion()} (${architecture})...`,
`📥 Downloading SafeChain Ultimate ${getAgentVersion()} (${architecture})...`,
);
ui.writeVerbose(`Download URL: ${downloadUrl}`);
ui.writeVerbose(`Destination: ${msiPath}`);