Skip to content

Commit 89e4024

Browse files
authored
fixed wrong website
1 parent 26cf121 commit 89e4024

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

state-display.bat

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
1-
@echo off
2-
31
:setversion
42
set servicename=Dopamine
53
set version=v1.0
64
set codename=alpha
7-
set website=https://litev4.github.io/dopamine-web
5+
set website=https://litev4.github.io/dopamine-web/
86

97
:checkaction
108
if exist %appdata%\dopamine_service\turnoff.dp goto off
119

1210
:displaystate
11+
echo off
1312
mode con cols=49 lines=10
1413
color f3
1514
title %servicename% Service.

0 commit comments

Comments
 (0)