reapack

Package manager for REAPER
Log | Files | Refs | Submodules | README | LICENSE

commit 23e3d8e01b8eaad546c6409ecc10bc6fa7608838
parent b5927734510db753d15936eade8747cebd46c323
Author: cfillion <cfillion@users.noreply.github.com>
Date:   Sun, 17 Apr 2016 13:16:23 -0400

config: add ReaTeam's JSFX repository to the defaults

Diffstat:
Msrc/config.cpp | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/config.cpp b/src/config.cpp @@ -64,6 +64,9 @@ void Config::migrate() m_remotes.add({"ReaTeam Scripts", "https://github.com/ReaTeam/ReaScripts/raw/master/index.xml", false}); + m_remotes.add({"ReaTeam JSFX", + "https://github.com/ReaTeam/JSFX/raw/master/index.xml", false}); + m_remotes.add({"MPL Scripts", "https://github.com/MichaelPilyavskiy/ReaScripts/raw/master/index.xml", false});