From 1f6d393cbe816bf1b904f6d03123cda93ab93293 Mon Sep 17 00:00:00 2001 From: Michael Carpenter Date: Sun, 24 Nov 2013 23:51:19 -0500 Subject: [PATCH] Fix for file locations in win32/64 installers --- emstudio32.cross.nsi | 6 +++--- emstudio64.cross.nsi | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/emstudio32.cross.nsi b/emstudio32.cross.nsi index 1741a9c..a93d7b3 100644 --- a/emstudio32.cross.nsi +++ b/emstudio32.cross.nsi @@ -57,9 +57,9 @@ Section "EMStudio (Required)" ;No components page, name is not important SetOutPath "$INSTDIR\dashboards" File "core/src/gauges.qml" SetOutPath "$INSTDIR\wizards" - File "core/src/wizards/BenchTest.qml" - File "core/src/wizards/DecoderOffset.qml" - File "core/src/wizards/wizard.qml" + File "core/wizards/BenchTest.qml" + File "core/wizards/DecoderOffset.qml" + File "core/wizards/wizard.qml" SetOutPath "$INSTDIR\plugins" !ifndef PLUGIN File "core/plugins/libfreeemsplugin.a" diff --git a/emstudio64.cross.nsi b/emstudio64.cross.nsi index 1d22a2b..f2025ea 100644 --- a/emstudio64.cross.nsi +++ b/emstudio64.cross.nsi @@ -57,9 +57,9 @@ Section "EMStudio (Required)" ;No components page, name is not important SetOutPath "$INSTDIR\dashboards" File "core/src/gauges.qml" SetOutPath "$INSTDIR\wizards" - File "core/src/wizards/BenchTest.qml" - File "core/src/wizards/DecoderOffset.qml" - File "core/src/wizards/wizard.qml" + File "core/wizards/BenchTest.qml" + File "core/wizards/DecoderOffset.qml" + File "core/wizards/wizard.qml" SetOutPath "$INSTDIR\plugins" !ifndef PLUGIN File "core/plugins/libfreeemsplugin.a"