Installer
Installer copied to clipboard
The installer
Previous nightlies should be removed from the versions folder when a newer release is installed.
Also rename MainPage to ConfigPage and get rid of the pages package since there is only one page class.
Our security model doesn't require https, given the GPG signatures. This crash https://pastebin.com/MrVQ0kb6 from https://discordapp.com/channels/208753003996512258/222120655594848256/679408095033688077 demonstrates that some people just have completely broken https certs. Minecraft's launcher gets around this...
`java -jar ~/Downloads/installer-0.7.1-donator.jar --mode vanilla --no-gui` works fine in Java 8, but in Java 12 it results in: ``` Exception in thread "main" java.util.ConcurrentModificationException at java.base/java.util.HashMap.computeIfAbsent(HashMap.java:1134) at io.github.ImpactDevelopment.installer.setting.InstallationConfig.getSettingValue(Unknown Source) at...
**Describe the bug** Optimize Task fails **To Reproduce** Steps to reproduce the behavior: run `./gradlew build` **Expected behavior** Build doesn't fail **Actual behavior** ``` > Task :optimize FAILED FAILURE: Build...
**Is your feature request related to a problem? Please describe.** Currently the ga cid is [installed](https://github.com/ImpactDevelopment/Installer/blob/bea4bdeaab5ce3a965fd830b4318a718b37b6ffb/src/main/java/io/github/ImpactDevelopment/installer/utils/Tracky.java#L39) into `.minecraft/Impact/cid.txt`, however this has the problem of not being found if the minecraft...
**Is your feature request related to a problem? Please describe.** All impact projects should update to use the new group net.impactclient and package net.impactclient.projectname **Describe the solution you'd like** Shift...
**Is your feature request related to a problem? Please describe.** It'd be good to transition away from the github repo being misused as a maven repository. This allows us to...
**Is your feature request related to a problem? Please describe.** We added the ability to configure the .minecraft directory with the intention that users might want to install Impact elsewhere,...
**Is your feature request related to a problem? Please describe.** As per #75 **Describe the solution you'd like** Include a javadoc jar in releases and maven