Re add cheats in to Installer

This commit is contained in:
zilmar 2020-05-06 06:01:42 +09:30
parent 55c6980a84
commit b2652cadae
2 changed files with 4 additions and 0 deletions

View File

@ -26,6 +26,7 @@ Filename: "{app}\Project64.exe"; Description: "{cm:LaunchProgram,{#StringChange(
Source: "{#BaseDir}\Bin\{#Configuration}\Project64.exe"; DestDir: "{app}"; Flags: ignoreversion
Source: "{#BaseDir}\Config\Video.rdb"; DestDir: "{app}\Config"
Source: "{#BaseDir}\Config\Audio.rdb"; DestDir: "{app}\Config"
Source: "{#BaseDir}\Config\Project64.cht"; DestDir: "{app}\Config"
Source: "{#BaseDir}\Config\Project64.enh"; DestDir: "{app}\Config"
Source: "{#BaseDir}\Config\Project64.rdb"; DestDir: "{app}\Config"
Source: "{#BaseDir}\Config\Project64.rdx"; DestDir: "{app}\Config"

View File

@ -37,6 +37,9 @@
</CustomBuild>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\JoinSettings\JoinSettings.vcxproj">
<Project>{b2e592f2-f416-4049-bd22-9ca9090242bb}</Project>
</ProjectReference>
<ProjectReference Include="..\Project64\Project64.vcxproj">
<Project>{7e534c8e-1ace-4a88-8807-39a11ed4da18}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>