We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e246793 + b9bc479 commit 41fb0cbCopy full SHA for 41fb0cb
2 files changed
runapp.py
@@ -105,7 +105,7 @@ def show_about():
105
version_info = json.load(version_file)
106
result = ctypes.windll.user32.MessageBoxW(
107
0,
108
- f"AppLocker {version_info['version']}\n\nGitHub [{version_info['license']}\nGo to GitHub for more information.",
+ f"AppLocker {version_info['version']}\n\nGitHub [{version_info['license']}]\nGo to GitHub for more information.",
109
"About AppLocker",
110
0x40 | 0x1 # 0x40 = Information icon, 0x1 = OK button
111
)
version.json
@@ -1,6 +1,6 @@
1
{
2
- "version": "2.0.0",
+ "version": "2.0.1",
3
"author": "Yefta Asyel",
4
"github": "https://github.com/yeftakun/applocker",
5
- "license": "MITA"
+ "license": "MIT"
6
}
0 commit comments