Browse Source

Update default jack location on windows, per new installers

Signed-off-by: falkTX <falktx@falktx.com>
tags/v1.9.15
falkTX 4 years ago
parent
commit
d539727a2d
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      windows/JackPlatformPlug_os.h

+ 1
- 1
windows/JackPlatformPlug_os.h View File

@@ -24,7 +24,7 @@
#define jack_server_dir "server"
#define jack_client_dir "client"
#define JACK_DEFAULT_DRIVER "portaudio"
#define JACK_LOCATION "C:/Program Files/Jack"
#define JACK_LOCATION "C:\\Program Files\\JACK2"

#ifndef ADDON_DIR
#define ADDON_DIR "jack"


Loading…
Cancel
Save