File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ if "%1" EQU "--version" (
52
52
exit /b
53
53
)
54
54
55
- title WebCTRL Add-on Development Utility
55
+ title Add-On Development Utility for WebCTRL
56
56
echo Initializing...
57
57
58
58
:: This script's location for extension callback usage
@@ -254,7 +254,7 @@ if "%*" NEQ "" (
254
254
:globalMenu
255
255
cls
256
256
echo .
257
- echo WebCTRL Add-on Project Initializer v%version%
257
+ echo WebCTRL Add-On Project Initializer v%version%
258
258
echo .
259
259
echo Enter the project folder to initialize.
260
260
set /p " workspace = >"
@@ -285,7 +285,7 @@ exit /b
285
285
)
286
286
echo .
287
287
echo Online documentation can be found at
288
- echo https://github.com/automatic-controls/webctrl- addon-dev/blob/main/README.md
288
+ echo https://github.com/automatic-controls/addon-dev-script /blob/main/README.md
289
289
echo .
290
290
echo GIT [ARGS] All Git commands are executed literally.
291
291
call :initHelp
@@ -764,7 +764,7 @@ exit /b
764
764
:main
765
765
cls
766
766
echo .
767
- echo WebCTRL Add-on Development Utility
767
+ echo Add-On Development Utility for WebCTRL
768
768
echo Project: !name!
769
769
echo .
770
770
echo Type 'help' for a list of commands.
@@ -807,4 +807,4 @@ exit /b
807
807
)
808
808
)
809
809
)
810
- goto loop
810
+ goto loop
You can’t perform that action at this time.
0 commit comments