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"