Skip to content

Commit

Permalink
Compat-10 build
Browse files Browse the repository at this point in the history
  • Loading branch information
amoh-godwin committed Oct 20, 2019
1 parent 74ceaa6 commit ab4fb12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Ninja-preview.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from PyQt5.QtGui import QGuiApplication, QIcon
from PyQt5.QtQml import QQmlApplicationEngine
from preview import Preview
QResource.registerResource('./resource.rcc')
QResource.registerResource("resource.rcc")
qApp = QGuiApplication(sys.argv)

QCoreApplication.setOrganizationName("Deuteronomy Works")
Expand Down

0 comments on commit ab4fb12

Please sign in to comment.