Move around icons and add an icons folder to assets

This commit is contained in:
Veronica K. B. Olsen
2019-11-08 18:48:56 +01:00
parent 69bfb4a209
commit 7b3d42918d
5 changed files with 11 additions and 3 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ instOpt = [
"--onefile",
"--add-data=%s%s%s" % (os.path.join("nw", "themes"), dotDot,"themes"),
"--add-data=%s%s%s" % (os.path.join("nw", "graphics"),dotDot,"graphics"),
"--icon=%s" % os.path.join("nw", "graphics", "novelWriter.ico"),
"--icon=%s" % os.path.join("nw", "assets", "icons", "novelWriter.ico"),
]
if buildWindowed:
instOpt.append("--windowed")