Skip to content

Commit 5024d18

Browse files
committed
- also install mappings in the windows installer
1 parent ec2e561 commit 5024d18

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tools/installer/setup.nsi

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,9 @@ Section "Core App" CoreApp
105105
SetOutPath "$INSTDIR\assets\authors"
106106
File /r "${PROJECT_SOURCE_DIR}\assets\authors\*.*"
107107

108+
SetOutPath "$INSTDIR\assets\mappings"
109+
File /r "${PROJECT_SOURCE_DIR}\assets\mappings\*.*"
110+
108111
SetOutPath "$INSTDIR\assets\fonts"
109112
File /r "${PROJECT_SOURCE_DIR}\assets\fonts\*.*"
110113

0 commit comments

Comments
 (0)