An updater for packwiz-installer. https://packwiz.infra.link/
Find a file
Julia cdad0fa76a
Fix git access token not being sent in header (#8)
* 💡 Remove redundant comment

* ♻️ Optimize checks for unequal jar names

* ♻️ Refactor json string property getting

Consolidates a lot of repeated checks when accessing json object strings into a local method of its own

* 👷 Change run task's working directory

Change run tasks' working directory from project directory to <build_directory>/test-project

* 🔒️ Fix git authorization not being sent in header

Git only accepts auth tokens passed in the header

* Fix exception message
2023-03-17 20:58:26 +00:00
gradle/wrapper Upgrade gradle, loads of JAR loading magic and command line 2019-05-15 23:41:21 +01:00
src/main/java/link/infra/packwiz/installer/bootstrap Fix git access token not being sent in header (#8) 2023-03-17 20:58:26 +00:00
.gitignore Fix IntelliJ warnings, update .gitignore 2020-06-16 04:47:48 +01:00
build.gradle Fix git access token not being sent in header (#8) 2023-03-17 20:58:26 +00:00
gradlew Upgrade gradle, loads of JAR loading magic and command line 2019-05-15 23:41:21 +01:00
gradlew.bat Upgrade gradle, loads of JAR loading magic and command line 2019-05-15 23:41:21 +01:00
LICENSE Add gradle, WIP update stuff 2019-05-14 21:57:37 +01:00
README.md Rename 2019-05-14 22:01:24 +01:00
settings.gradle Add gradle, WIP update stuff 2019-05-14 21:57:37 +01:00

packwiz-installer-bootstrap

An updater for packwiz-installer.