Update Auto-Updator (#368)

* Update .gitignore

* Add Update Cider Branch selection

* Add circle-ci API call

* More testing

* Maybe fix 'Update Cider' button

* Another debug log

* remove async in ipc 'check-for-update'

* remove everything except debug log

* semicolon

* revert to async and change ipc name

* more semicolon

* Extract BaseURL from circleci API response

* Fix compile error + rename ipc back to 'check-for-update'

* Remove debug log

* Update i18n files with new 'updateCider' term location

* Update en_OWO.json

* Fixed formatting in i18n files

* Fix formatting elsewhere

* Move 'Update Cider' i18n stuff from 'experimental' to 'general'

* Do that thing @quacksire wanted me to do. 'for vue'

* Fix bad merge

* Revert Formatting. 

DO NOT OPEN IN AN AUTOFORMATTING IDE. USE VSCODE WEB/CODESPACES IF YOU NEED TO ACTUALLY CHANGE SOMETHING IN THE RENDERER

Co-authored-by: Quacksire <19170969+quacksire@users.noreply.github.com>
This commit is contained in:
GamingLiamStudios 2022-02-08 11:38:33 +11:00 committed by GitHub
parent 0c655563e7
commit c0d6481300
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 865 additions and 725 deletions

1
.gitignore vendored
View file

@ -2,6 +2,7 @@
dist
build
.flatpak*
yarn-cache
# Misc
.idea