Updated paths and move app icon to be more pyinstaller friendly

This commit is contained in:
Veronica K. B. Olsen
2019-10-29 21:07:40 +01:00
parent b46a8a81b5
commit a595ec8bf2
7 changed files with 10 additions and 9 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ class GuiItemEditor(QDialog):
self.setWindowTitle("Item Settings")
self.gradPath = path.abspath(path.join(self.mainConf.appPath,"graphics","gear.svg"))
self.gradPath = path.abspath(path.join(self.mainConf.graphPath,"gear.svg"))
self.svgGradient = QSvgWidget(self.gradPath)
self.svgGradient.setFixedSize(QSize(64,64))