Fix build issues using pyinstaller

This commit is contained in:
Brett Williams
2025-03-13 14:17:50 -05:00
parent 7827f73530
commit 05cd0470dd
8 changed files with 11 additions and 8 deletions

View File

@@ -5,7 +5,7 @@ from PyQt6.QtCore import Qt
from PyQt6.QtGui import QPixmap
from PyQt6.QtWidgets import QDialog, QVBoxLayout, QLabel, QDialogButtonBox, QHBoxLayout
from version import *
from src.version import *
class AboutDialog(QDialog):