Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions build/nsis/Mixxx.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -473,6 +473,8 @@ Section "Uninstall"
Delete "$INSTDIR\controllers\Numark DJ2Go.midi.xml"
Delete "$INSTDIR\controllers\Numark Mixtrack Pro.midi.xml"
Delete "$INSTDIR\controllers\Numark MIXTRACK.midi.xml"
Delete "$INSTDIR\controllers\Numark-Mixtrack-3.midi.xml"
Delete "$INSTDIR\controllers\Numark-Mixtrack-3-scripts.js"
Delete "$INSTDIR\controllers\Numark N4.midi.xml"
Delete "$INSTDIR\controllers\Numark NS7.midi.xml"
Delete "$INSTDIR\controllers\Numark Omni Control.midi.xml"
Expand Down Expand Up @@ -546,6 +548,8 @@ Section "Uninstall"
Delete "$INSTDIR\controllers\Wireless-DJ-scripts.js"
Delete "$INSTDIR\controllers\Xone K2.midi.xml"
Delete "$INSTDIR\controllers\Xone-K2-scripts.js"


;Delete $INSTDIR\controllers\*.* ; Avoid this since it will delete customized files too
RMDir "$INSTDIR\controllers"

Expand Down
Loading