From a32891e1408cbfc526af5497c96b0092a4b8d0fd Mon Sep 17 00:00:00 2001 From: John Fultz Date: Sun, 8 Nov 2015 02:01:53 -0600 Subject: Minor bug fixes. * Windows installer now set up to use MSVC redistributables, not MinGW ones. * The Board popup's "Edit..." button should be disabled when the popup is empty (i.e., the only choice is to add one, which is in the popup). --- installer.iss | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'installer.iss') diff --git a/installer.iss b/installer.iss index 23e770f..74be11d 100644 --- a/installer.iss +++ b/installer.iss @@ -23,11 +23,10 @@ Root: HKCR; Subkey: "QuackleGameFile\shell\open\command"; ValueType: string; Val [Files] Source: "quacker\release\Quackle.exe"; DestDir: "{app}" Source: "LICENSE"; DestDir: "{app}" -Source: "mingwm10.dll"; DestDir: "{app}" -Source: "libgcc_s_dw2-1.dll"; DestDir: "{app}" -Source: "libstdc++-6.dll"; DestDir: "{app}" Source: "QtCore4.dll"; DestDir: "{app}" Source: "QtGui4.dll"; DestDir: "{app}" +Source: "msvcp120.dll"; DestDir: "{app}" +Source: "msvcr120.dll"; DestDir: "{app}" Source: "data\themes\*"; DestDir: "{app}\data\themes" Source: "data\alphabets\*"; DestDir: "{app}\data\alphabets" -- cgit v1.2.3