This website requires JavaScript.
Explore
Help
Sign In
Gurkengewuerz
/
arma3launcher
Watch
1
Star
0
Fork
0
You've already forked arma3launcher
Code
Issues
1
Pull Requests
Releases
Wiki
Activity
12ef9537eb
arma3launcher
/
.gitignore
8 lines
83 B
Plaintext
Raw
Normal View
History
Unescape
Escape
init repo
2020-03-25 05:32:38 +01:00
*.iml
.idea/
out/
META-INF/
created modules and added patcher
2020-03-29 23:37:39 +02:00
target/
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
*/target/
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
dist/src/main/resources/jre.zip
logs/
Reference in New Issue
Copy Permalink