forked from Refloow/Steam-Games-Idle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
install.bat
23 lines (23 loc) · 948 Bytes
/
install.bat
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
@echo off
echo Good job! We are almost done now.
echo 8888888b. .d888888
echo 888 Y88b d88P 888
echo 888 888 888 888
echo 888 d88P .d88b. 888888888 .d88b. .d88b. 888 888 888
echo 888888P d8P Y8b888 888d88 88bd88 88b888 888 888
echo 888 T88b 88888888888 888888 888888 888888 888 888
echo 888 T88b Y8b. 888 888Y88..88PY88..88PY88b 888 d88P
echo 888 T88b Y8888 888 888 Y88P Y88P Y8888888P
echo .
echo .
echo // Copyright notice:
echo .
echo /* Original work: Copyright (c) 2020-2021 Refloow All rights reserved.
echo Code origin (Free GitHub publish): https://github.com/OSL-Works/Steam-Games-Idle */
echo .
echo .
explorer "https://refloow.com/cdonate"
echo Installing the required modules.
npm install
echo Modules finsished! You can close this window now.
pause