fix licenses path on windows

This commit is contained in:
idk
2023-04-19 02:05:22 +00:00
parent d177435b50
commit 7cf2bf455a

View File

@@ -177,7 +177,7 @@ Function installerFunction
# Install the licenses
createDirectory "$INSTDIR\licenses"
SetOutPath "$INSTDIR\licenses"
File /a /r "licenses/*"
File /a /r "licenses\"
SetOutPath "$INSTDIR"
createDirectory "$SMPROGRAMS\${APPNAME}"