Skip to content

Commit 10ad1c2

Browse files
authored
Merge pull request #2 from Expertcoderz/Autolicker-fix
Fix "Autolicker" typo
2 parents f23be91 + 23cdbfe commit 10ad1c2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

EC-Autoclicker.ahk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
;@Ahk2Exe-SetCompanyName Expertcoderz
77
;@Ahk2Exe-SetDescription EC Autoclicker
8-
;@Ahk2Exe-SetVersion 1.0.2
8+
;@Ahk2Exe-SetVersion 1.0.3
99

1010
FILE_EXT := ".ac-profile"
1111
REG_KEY_PATH := "HKCU\Software\Expertcoderz\Autoclicker"
@@ -80,7 +80,7 @@ makeCheckable(name, checkbox, callback := 0, controls := []) {
8080
checkbox.OnEvent("Click", callback)
8181
}
8282

83-
AutoclickerGui := Gui("+AlwaysOnTop", "EC Autolicker")
83+
AutoclickerGui := Gui("+AlwaysOnTop", "EC Autoclicker")
8484
AutoclickerGui.OnEvent("Close", Close)
8585

8686
FileMenu := Menu()

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The EC (Expertcoderz) Autoclicker is an open source, advanced GUI autoclicking u
44
[AutoHotkey](https://www.autohotkey.com/) v2. It aims to provide a large variety of configurability and functionality
55
never before seen in other popular autoclicking tools.
66

7-
![image](https://user-images.githubusercontent.com/81153405/197328970-f0222c1d-2c1c-4de3-b224-79b9c817aee1.png)
7+
![image](https://user-images.githubusercontent.com/81153405/197357672-2907060d-9ce3-4f93-8696-6078b48f4720.png)
88

99
Executables provided in Releases are compiled using [Ahk2Exe](https://github.com/AutoHotkey/Ahk2Exe),
1010
with [UPX](https://upx.github.io/) for compression.

0 commit comments

Comments
 (0)