Skip to content

Commit 61c959b

Browse files
committed
windows installer: fix installation of moved assets folder
1 parent 863aaf7 commit 61c959b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/installer/setup.nsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ Section "Core App" CoreApp
111111
SetOutPath "$INSTDIR\assets\fonts"
112112
File /r "${PROJECT_SOURCE_DIR}\assets\fonts\*.*"
113113

114-
SetOutPath "$INSTDIR\assets\icons"
115-
File /r "${PROJECT_SOURCE_DIR}\assets\icons\*.*"
114+
SetOutPath "$INSTDIR\assets\images"
115+
File /r "${PROJECT_SOURCE_DIR}\assets\images\*.*"
116116

117117
; install the windows icon to use it
118118
SetOutPath "$INSTDIR"

0 commit comments

Comments
 (0)