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
1 change: 1 addition & 0 deletions build/nsis/Mixxx.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,7 @@ Section "Uninstall"
Delete "$INSTDIR\controllers\Hercules DJ Control MP3.hid.xml"
Delete "$INSTDIR\controllers\Hercules DJ Control MP3.midi.xml"
Delete "$INSTDIR\controllers\Hercules DJ Control Steel.midi.xml"
Delete "$INSTDIR\controllers\Hercules-DJ-Console-4-Mx-scripts.js"
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What about the corresponding XML file?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's already there -- this was a pre-existing preset but it used the Mk4 scripts.

Delete "$INSTDIR\controllers\Hercules-DJ-Console-Mk1-hid-scripts.js"
Delete "$INSTDIR\controllers\Hercules-DJ-Console-Mk2-hid-scripts.js"
Delete "$INSTDIR\controllers\Hercules-DJ-Console-Mk2-scripts.js"
Expand Down
Loading