Skip to content

Commit 634b42e

Browse files
committed
bugfix: author in base.json changed
1 parent 14a93cd commit 634b42e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: src/build/settings/base.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"app_name": "HandWriter",
3-
"author": "SaurusXI",
3+
"author": "DSC-VIT",
44
"main_module": "src/main/python/main.py",
5-
"version": "1.0.1",
5+
"version": "1.0.0",
66
"hidden_imports": [
77
"pkg_resources.py2_warn",
88
"six",

Diff for: src/build/settings/mac.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"mac_bundle_identifier": "com.gdgvit.handwriter",
2+
"mac_bundle_identifier": "com.dsc-vit.handwriter",
33
"installer": "${app_name}.dmg",
44
"show_console_window": false
55
}

0 commit comments

Comments
 (0)