Skip to content

Commit 41fb0cb

Browse files
authored
Merge pull request #1 from yeftakun/master
typo
2 parents e246793 + b9bc479 commit 41fb0cb

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

runapp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def show_about():
105105
version_info = json.load(version_file)
106106
result = ctypes.windll.user32.MessageBoxW(
107107
0,
108-
f"AppLocker {version_info['version']}\n\nGitHub [{version_info['license']}\nGo to GitHub for more information.",
108+
f"AppLocker {version_info['version']}\n\nGitHub [{version_info['license']}]\nGo to GitHub for more information.",
109109
"About AppLocker",
110110
0x40 | 0x1 # 0x40 = Information icon, 0x1 = OK button
111111
)

version.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"version": "2.0.0",
2+
"version": "2.0.1",
33
"author": "Yefta Asyel",
44
"github": "https://github.com/yeftakun/applocker",
5-
"license": "MITA"
5+
"license": "MIT"
66
}

0 commit comments

Comments
 (0)