Skip to content

Commit e0f8053

Browse files
committed
Fixed Cake build
-fixed Cake build for runtime dependend build -updated READMe
1 parent dee3050 commit e0f8053

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ KeepAwake is a mouse movement and activity simulator to prevent a screensaver or
1010

1111
## Manual
1212

13+
### Remarks
14+
- The KeepAwake UI supports german and english captions
15+
- Depending on the system default language the according UI language is automatically set
16+
- Regardless of the system language can the language be manually switched
17+
- If simulated mouse movement is activated KeepAwake will try to move the mouse mainly over the Start/Stop button to make it easier to stop the execution
18+
1319
### UI screenshot
1420
<img src="./docs/KeepAwake.png" width=50% height=50% style="background-color:transparent;" />
1521

cake_publish_release.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@echo off
2-
set appname=KeepAwake-Standalone
2+
set appname=KeepAwake
33
set artifact="%~dp0Release\%appname%.exe"
44
cls
55
echo ****************************************

0 commit comments

Comments
 (0)