From 2379101adb01db35d9dcb5ceed37278871751546 Mon Sep 17 00:00:00 2001 From: Claudio Valerio Date: Tue, 10 Sep 2013 12:58:00 +0200 Subject: [PATCH] fixed path for importer --- OpenBoard.iss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenBoard.iss b/OpenBoard.iss index e023cf97..d8756ae9 100644 --- a/OpenBoard.iss +++ b/OpenBoard.iss @@ -92,7 +92,7 @@ Source: "c:\OpenSankore\plugins\playlistformats\qtmultimediakit_m3u.dll"; DestDi Source: "c:\OpenSankore\plugins\playlistformats\qtmultimediakit_m3ud.dll"; DestDir: "c:\OpenBoard\plugins\playlistformats"; Flags: ignoreversion ;OpenBoardImporter -Source: "..\OpenSankoreToOpenBoard\release\OpenBoardImporter.exe"; DestDir: "c:\OpenBoard\Importer"; Flags: ignoreversion +Source: "..\OpenBoard-Importer\release\OpenBoardImporter.exe"; DestDir: "c:\OpenBoard\Importer"; Flags: ignoreversion Source: "..\Qt-4.8\lib\QtGui4.dll"; DestDir: "c:\OpenBoard\Importer"; Flags: ignoreversion Source: "..\Qt-4.8\lib\QtCore4.dll"; DestDir: "c:\OpenBoard\Importer"; Flags: ignoreversion