Skip to content

Commit

Permalink
Hotfix (#63)
Browse files Browse the repository at this point in the history
* Fixed wrong message

* Compiled exe and installer
  • Loading branch information
piotrpaska authored Sep 20, 2023
1 parent f1658c3 commit 3ba210d
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Binary file modified Installer/Files/Librarian.exe
Binary file not shown.
Binary file modified Installer/Installer/librarian-setup.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion Installer/Scripts/librarian-setup-script.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "Librarian"
#define MyAppVersion "1.8.2"
#define MyAppVersion "1.8.3"
#define MyAppPublisher "Codevision Studio"
#define MyAppURL "https://github.com/Piciu19/Librarian/releases"
#define MyAppExeName "Librarian.exe"
Expand Down
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -2187,7 +2187,7 @@ def onExit():
elif choice == '3':
print('[1] - Wyświetl trwające wypożyczenia')
print('[2] - Wyświetl historię wypożyczeń')
print('[3] - Wyświetl historię wypożyczeń')
print('[3] - Wyświetl spis książek')
print('[4] - Przeszukaj trwające wypożyczenia')
print('[5] - Przeszukaj historię wypożyczeń')
choice = input("Wybierz z listy: ")
Expand Down

0 comments on commit 3ba210d

Please sign in to comment.