🐛[bugfix] installer : パスを修正

This commit is contained in:
misyaguziya
2023-10-31 15:31:44 +09:00
parent a25fe345ed
commit bfd718ce76

View File

@@ -132,7 +132,7 @@ Section
; 出力先を指定します。
SetOutPath "$INSTDIR"
; インストールされるファイル
File /r "..\dist\VRCT"
File /r "..\dist\VRCT\"
${If} $InstallDocs == ${BST_CHECKED}
; ドキュメントをインストールする場合