mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Update application names on Windows
This commit is contained in:
parent
b2d94aaa16
commit
09730a0775
1 changed files with 2 additions and 2 deletions
|
|
@ -6,8 +6,8 @@ import { ui } from "../environment/userInteraction.js";
|
|||
import { printVerboseAndSafeSpawn, safeSpawn } from "../utils/safeSpawn.js";
|
||||
import { downloadAgentToFile, getAgentVersion } from "./downloadAgent.js";
|
||||
|
||||
const WINDOWS_SERVICE_NAME = "SafeChainAgent";
|
||||
const WINDOWS_APP_NAME = "SafeChain Agent";
|
||||
const WINDOWS_SERVICE_NAME = "SafeChainUltimate";
|
||||
const WINDOWS_APP_NAME = "SafeChain Ultimate";
|
||||
|
||||
export async function installOnWindows() {
|
||||
if (!(await isRunningAsAdmin())) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue