Add files via upload#62
Open
enochianborg wants to merge 2 commits into
Open
Conversation
Installer batch script file to initially install and get updates from the original main branch on subsequent runs. Works for Windows and keeps Git for windows up to date in the process. This is good as initial installer is automated as well to use as an everyday launcher from any location. This does install to C:\Users\yourusername\breadboard but can be customized as needed by editing the initial start location in the batch file. This file can be pulled to the main branch if/when desired. I wrote this to make using the browser easy on a daily basis without having to open a cmd and run the npm manually.
Author
|
This is an auxiliary launch/install automation file which can be used on the desktop or a link created to the desktop for launching or installing from the main branch here. Mainly for those who don't wish to use the command line to start the browser or have less understanding of install process. |
Fixed not exit after update run so that return after call ends the script instead of continuing to install over the current installation with secondary run. Allows to exit the browser without the browser restarting due to batch file missing "exit" after each subrouutine.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Installer batch script file to initially install and get updates from the original main branch on subsequent runs. Works for Windows and keeps Git for windows up to date in the process. This is good as initial installer is automated as well to use as an everyday launcher from any location. This does install to C:\Users\yourusername\breadboard but can be customized as needed by editing the initial start location in the batch file. This file can be pulled to the main branch if/when desired. I wrote this to make using the browser easy on a daily basis without having to open a cmd and run the npm manually.