Skip to content

Commit 9fa44e3

Browse files
committed
#5 added .bat file starting the app using software renderer. this prevents graphics driver resets to crash the application. updated readme
1 parent 1b47aa8 commit 9fa44e3

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,5 @@
2727
*.lck
2828
logs/
2929
*.jar
30+
31+
config.xml

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,10 @@ Main view (when you hover over the app):\
2323

2424
# Install
2525
Download and execute .jar file (see releases). You should put the .jar in an extra folder as a *logs* folder will be created next to it.\
26-
You can put the .jar in the autostart folder
26+
It is recommended to run the application at windows start.
27+
* Copy the keeptime.bat file from this repo next to the *.jar*. Adapt the path inside the *keeptime.bat* to the name of the *.jar* file (if needed). Try starting the application by executing the *keeptime.bat* file. Close the app.
28+
* Open the autostart folder: Press *Windows+R*, execute *shell:startup*.
29+
* Create a shortcut to the *.bat* in the autostart folder
2730

2831
## Requirements
2932
Only works correct for windows currently. Tested on 7 and 10.

keeptime.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
start "" "javaw" -Dprism.order=sw -jar keeptime-1.0.0-SNAPSHOT.jar

0 commit comments

Comments
 (0)