From d0caf49363be6b413b97b1a1bbd86495a321ebf9 Mon Sep 17 00:00:00 2001 From: shygoo Date: Tue, 19 May 2020 12:15:08 -0500 Subject: [PATCH] [Debugger] Fix apidoc's install directory --- Source/Installer/Installer.iss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Installer/Installer.iss b/Source/Installer/Installer.iss index ec6ad1c28..601fb20cf 100644 --- a/Source/Installer/Installer.iss +++ b/Source/Installer/Installer.iss @@ -38,7 +38,7 @@ Source: "{#BaseDir}\Plugin\GFX\Project64-Video.dll"; DestDir: "{app}\Plugin\GFX" Source: "{#BaseDir}\Plugin\Input\PJ64_NRage.dll"; DestDir: "{app}\Plugin\Input" Source: "{#BaseDir}\Plugin\RSP\RSP 1.7.dll"; DestDir: "{app}\Plugin\RSP" Source: "{#BaseDir}\Scripts\example.js"; DestDir: "{app}\Scripts" -Source: "{#BaseDir}\apidoc.htm"; DestDir: "{app}\apidoc.htm" +Source: "{#BaseDir}\apidoc.htm"; DestDir: "{app}" [Dirs] Name: "{app}\Config"; Permissions: everyone-full