1
0
mirror of https://github.com/bpozdena/OneDriveGUI.git synced 2025-04-19 04:22:15 +03:00

AppImage tweaks

This commit is contained in:
Boris Pozdena 2024-04-03 16:48:25 +02:00
parent 8a2e8f3472
commit 6aee2a91cd
2 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
PySide6==6.2.2.1; python_version <= '3.7'
PySide6_Essentials==6.2.2.1; python_version <= '3.7'
requests==2.27.1; python_version <= '3.7'
PySide6==6.6.0; python_version >= '3.8'
PySide6_Essentials==6.6.0; python_version >= '3.8'
requests==2.31.0; python_version >= '3.8'

View File

@ -58,10 +58,10 @@ from ui.ui_gui_settings_window import Ui_gui_settings_window
# Import for login windows.
from ui.ui_external_login import Ui_ExternalLoginWindow
try:
from ui.ui_login import Ui_LoginWindow
except ImportError:
logging.warning("Failed to import ui_login. This is expected if you are running AppImage version.")
# try:
# from ui.ui_login import Ui_LoginWindow
# except ImportError:
# logging.warning("Failed to import ui_login. This is expected if you are running AppImage version.")
DIR_PATH = os.path.dirname(os.path.realpath(__file__))