Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(update): Add version library and update references (#75)
* fix(update): Download from Github `main/src` Points the autoupdate function to pull from the raw XML source on the main branch. * fix(update): Disable overwriting generic_mapper When discMapper updates, we don't want it to mess with any existing generic_mapper.xml -- although no one should be running both scripts simultaneously in one profile because to do so would certainly bring about eschaton! * fix(update): Designate module path The versionless module filename will be inside the release package. * fix(update): Uninstall package before update * fix(update): Announce successful autoupdates * fix(update): Set path to local file update * feat: Advance to v0.4.0-beta Update the internal script versioning * chore: Ignore Prettier config * feat(update): Create version library Add the version library for comparisons * feat(update): Update `download_path` help * feat(update): Verify module to be updated * Revert "feat: Advance to v0.4.0-beta" This reverts commit 7ddb5ad. * feat(update): Set internal version Local version number for comparison to remote version library.
- Loading branch information