We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec2e561 commit 5024d18Copy full SHA for 5024d18
tools/installer/setup.nsi
@@ -105,6 +105,9 @@ Section "Core App" CoreApp
105
SetOutPath "$INSTDIR\assets\authors"
106
File /r "${PROJECT_SOURCE_DIR}\assets\authors\*.*"
107
108
+ SetOutPath "$INSTDIR\assets\mappings"
109
+ File /r "${PROJECT_SOURCE_DIR}\assets\mappings\*.*"
110
+
111
SetOutPath "$INSTDIR\assets\fonts"
112
File /r "${PROJECT_SOURCE_DIR}\assets\fonts\*.*"
113
0 commit comments