Commit Graph

7 Commits

Author SHA1 Message Date
dependabot[bot] 83ba011e58
Bump log4j-core from 2.13.1 to 2.15.0 in /gui
Bumps log4j-core from 2.13.1 to 2.15.0.

---
updated-dependencies:
- dependency-name: org.apache.logging.log4j:log4j-core
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-10 01:36:13 +00:00
Niklas 20a175b2e2 added download progress for current file and calculate speed and current progress during same download 2020-04-23 03:56:56 +02:00
Niklas 43726ad2a9 added file/console logging
using log4j-core to implement level logging. Logs can be found in the directory ./logs/
2020-04-01 18:55:10 +02:00
Niklas ccd7bfe82c now using packr for distribution
I switched from launch4j to packr, because launch4j got flagged as false positive.
Because packr couldn't deal with the registry library (SimplyRegistry used cmd to call reg) i implemented a packr friendly method.
I couldn't used the WindowsPreferences JNI from Java, because it does not support DWORDs which are needed to get the Steam Process!
2020-04-01 02:03:13 +02:00
Niklas 43b6572422 added manifest for launch4j exe 2020-03-31 15:28:09 +02:00
Niklas f117a1a64a added launch4j distribution 2020-03-30 02:46:53 +02:00
Niklas c4fbe48055 created modules and added patcher 2020-03-29 23:37:39 +02:00