Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save im-coder-lg/f82b7337ac76ed6d70c2bd8e8dd7600d to your computer and use it in GitHub Desktop.
Save im-coder-lg/f82b7337ac76ed6d70c2bd8e8dd7600d to your computer and use it in GitHub Desktop.
Used for building GAUDC for Windows. If you don't know about GAUDC, go to https://github.com/Melvin-Abraham/Google-Assistant-Unofficial-Desktop-Client , you can use it too. Shell Script Variant released in beta!
@ECHO OFF
echo "Get Git and Node JS." && echo "If you didn't, the batch file will fail." && git clone https://github.com/Melvin-Abraham/Google-Assistant-Unofficial-Desktop-Client.git && cd Google-Assistant-Unofficial-Desktop-Client && npm install && npm run dist && echo "built." && echo "open this directory in Explorer," && echo "go to `dist` and then go to `win-unpacked`." && echo "Then, run Google Assistant.exe." && echo "Path to the dist folder is" && cd dist\win-unpacked && cd
PAUSE
@im-coder-lg
Copy link
Author

I made this for automation, not for fun.

@im-coder-lg
Copy link
Author

I will upload a lesson on coderlg.coding.blog on Batch file syntax so you can refer it anytime too!

@im-coder-lg
Copy link
Author

btw, @ECHO OFF makes sure that the commands are INVISIBLE. Hit enter after running!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment