Skip to content

Commit

Permalink
Fix for file locations in win32/64 installers
Browse files Browse the repository at this point in the history
  • Loading branch information
malcom2073 committed Nov 25, 2013
1 parent a7fbfd0 commit 1f6d393
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions emstudio32.cross.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
6 changes: 3 additions & 3 deletions emstudio64.cross.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 1f6d393

Please sign in to comment.