mirror of
https://github.com/arsenetar/dupeguru.git
synced 2026-01-22 06:37:17 +00:00
Fixed packaging versioning and help building for Qt.
This commit is contained in:
@@ -183,7 +183,7 @@ class DupeGuru(DupeGuruBase, QObject):
|
||||
|
||||
def show_help(self):
|
||||
base_path = platform.HELP_PATH.format(self.EDITION)
|
||||
url = QUrl.fromLocalFile(op.abspath(op.join(base_path, 'intro.htm')))
|
||||
url = QUrl.fromLocalFile(op.abspath(op.join(base_path, 'index.html')))
|
||||
QDesktopServices.openUrl(url)
|
||||
|
||||
def show_preferences(self):
|
||||
|
||||
Reference in New Issue
Block a user