We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e75312f commit 2e41324Copy full SHA for 2e41324
bootstrap/index.ts
@@ -6,7 +6,7 @@ import sudo from "@vscode/sudo-prompt";
6
import { createLogger, format, transports } from "winston";
7
8
const isWindows = os.platform() === "win32";
9
-const serviceName = "atest1";
+const serviceName = "alfc";
10
11
const sudoOptions = {
12
name: "Aorus Laptop Fan Control",
0 commit comments