Skip to content

Commit

Permalink
More minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Mitnitsky committed May 28, 2019
1 parent 4b86543 commit a65fd12
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ __pycache__/
faculty_example.json
# Project
settings.cfg
*.iss
*.dps
*.spec
*..spec
Expand Down
2 changes: 1 addition & 1 deletion Ui_main_heb.py
Original file line number Diff line number Diff line change
Expand Up @@ -765,7 +765,7 @@ def retranslateUi(self, MainWindow):
self.project_of_in_7.setValue(0.0)
self.sport_label_7.setText(_translate("MainWindow", "ספורט:"))
self.sport_of_in_7.setValue(0.0)
self.english_checkbox_7.setText(_translate("MainWindow", "פתור באנגלית"))
self.english_checkbox_7.setText(_translate("MainWindow", "פטור מאנגלית"))
self.deg_points_label.setToolTip(_translate("MainWindow", "<html><head/><body><p>יש למלא</p></body></html>"))
self.deg_points_label.setText(_translate("MainWindow", "נקודות לתואר:"))
self.deg_points_in.setValue(0)
Expand Down
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ def checkSettingsFile():
# Windows case
app.setStyle('Fusion')
application = MyWindow()
exit(app.exec())
app.exec_()
2 changes: 1 addition & 1 deletion py_install_build.bat
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
python -OO -m PyInstaller main.py ^
--clean ^
-D ^
--name "Degree Planner" ^
--add-data images/;images ^
--add-data settings.json;settings.json ^
--add-data db/;db ^
-i images/main_icon.ico ^
-c ^
Expand Down
2 changes: 1 addition & 1 deletion pyinstaller_build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

python -OO -m PyInstaller main.py \
pyinstaller main.py \
--clean \
-D \
--name degreePlanner \
Expand Down
2 changes: 1 addition & 1 deletion settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"save_file": "/home/vov4ik/Projects/DegreePlaner/my_save.dps",
"language": "heb",
"language": "eng",
"dimensions": [
{
"width": 1724,
Expand Down

0 comments on commit a65fd12

Please sign in to comment.