Skip to content

Commit e33ce29

Browse files
committed
Include app icon ans script for windows installer
1 parent ee3a5fe commit e33ce29

20 files changed

+546
-7
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,5 @@ Thumbs.db
7878
/database.db
7979
/home/home_ui.py
8080
/tools/fool.txt
81-
/tests/home_window.pyw
81+
/tests/home_window.pyw
82+
/installer/python/*

home/CentralBlockTable.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ def CentralBlockTableItemChanged(self, newItem):
104104
print("Column = {}".format(newItem.column()))
105105
print(newItem.text())
106106
guid_book = newItem.data(99)
107-
book = self.BDD.getBooks(guid_book)[0]
108107
col_type = newItem.data(100)
108+
book = self.BDD.getBooks(guid_book)[0]
109109
book[col_type] = newItem.text()
110110
self.BDD.updateBook(guid_book, col_type, newItem.text())
111111

icons/app_icon.ico

158 KB
Binary file not shown.

icons/app_icon16x16.png

470 Bytes
Loading

icons/app_icon24x24.png

662 Bytes
Loading

icons/app_icon256x256.png

9.78 KB
Loading

icons/app_icon32x32.png

1.04 KB
Loading

icons/app_icon48x48.png

1.55 KB
Loading

icons/app_icon_full.png

18.2 KB
Loading

installer/Default.isl

Lines changed: 361 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)