Browse Source

Use pd-gui instead of pd binary as default Pure Data application on Linux.

pull/45/head
Andrew Belt 4 years ago
parent
commit
b15200cfb0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Prototype.cpp

+ 1
- 1
src/Prototype.cpp View File

@@ -31,7 +31,7 @@ ScriptEngine* createScriptEngine(std::string extension) {
static std::string settingsEditorPath; static std::string settingsEditorPath;
static std::string settingsPdEditorPath = static std::string settingsPdEditorPath =
#if defined ARCH_LIN #if defined ARCH_LIN
"\"/usr/bin/pd\"";
"\"/usr/bin/pd-gui\"";
#else #else
""; "";
#endif #endif


Loading…
Cancel
Save