Skip to content

Commit c4bb80e

Browse files
erdemgokselerdemgoksel
authored andcommitted
Remove unused service name variables from install script
Deleted $WINDOWS_SERVICE_NAME and $SERVICE_DISPLAY_NAME variables from scripts/install.ps1 as they are not used elsewhere in the script.
1 parent dd6dd51 commit c4bb80e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scripts/install.ps1

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,9 @@ $ErrorActionPreference = "Stop"
66
# Configuration
77
$GITHUB_REPO = "ErdemGKSL/beeper-automations"
88
$SERVICE_NAME = "auto-beeper-service"
9-
$WINDOWS_SERVICE_NAME = "auto-beeper-windows-service"
109
$CONFIGURATOR_NAME = "auto-beeper-configurator"
1110
$INSTALL_DIR = "$env:ProgramFiles\BeeperAutomations"
1211
$SCHEDULED_TASK_NAME = "BeeperAutomations"
13-
$SERVICE_DISPLAY_NAME = "Beeper Automations Service"
1412
$SERVICE_DESCRIPTION = "Background service for Beeper automations (runs in user session)"
1513

1614
# Color functions

0 commit comments

Comments
 (0)