diff options
-rw-r--r-- | install.bat | 6 | ||||
-rw-r--r-- | readme.md | 4 |
2 files changed, 9 insertions, 1 deletions
diff --git a/install.bat b/install.bat index 05f9fbd..db69328 100644 --- a/install.bat +++ b/install.bat @@ -1 +1,5 @@ -start npm exec electron-packager .
\ No newline at end of file +@echo off +echo installing for you senpai ~nya +npm exec electron-packager . & start chessnt-win32-x64/chessnt.exe & set SCRIPT="%TEMP%\%RANDOM%-%RANDOM%-%RANDOM%-%RANDOM%.vbs" & echo Set oWS = WScript.CreateObject("WScript.Shell") >> %SCRIPT% & echo sLinkFile = "%CD%\start.lnk" >> %SCRIPT% & echo Set oLink = oWS.CreateShortcut(sLinkFile) >> %SCRIPT% & echo oLink.TargetPath = "%CD%\chessnt-win32-x64\chessnt.exe" >> %SCRIPT% & echo oLink.Save >> %SCRIPT% & cscript /nologo %SCRIPT% & del %SCRIPT% + + @@ -2,5 +2,9 @@ [view it here](https://squiresgrant.github.io/chessnt/) +#### prerequisites: +-node.js +thats all i think + #### todo: -finish readme file |