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
b0048947b8
commit
f283b72a11
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 { printVerboseAndSafeSpawn, safeSpawn } from "../utils/safeSpawn.js";
|
||||||
import { downloadAgentToFile, getAgentVersion } from "./downloadAgent.js";
|
import { downloadAgentToFile, getAgentVersion } from "./downloadAgent.js";
|
||||||
|
|
||||||
const WINDOWS_SERVICE_NAME = "SafeChainAgent";
|
const WINDOWS_SERVICE_NAME = "SafeChainUltimate";
|
||||||
const WINDOWS_APP_NAME = "SafeChain Agent";
|
const WINDOWS_APP_NAME = "SafeChain Ultimate";
|
||||||
|
|
||||||
export async function installOnWindows() {
|
export async function installOnWindows() {
|
||||||
if (!(await isRunningAsAdmin())) {
|
if (!(await isRunningAsAdmin())) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue