From 8d10e445236d2961ff1c69291ddf632564bc01ef Mon Sep 17 00:00:00 2001 From: Krisjanis Rijnieks Date: Sun, 1 Apr 2018 10:22:34 +0200 Subject: [PATCH] Fix ofxJSON clone path in AppVeyor config --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index d4a8791..7f6f1e2 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -34,7 +34,7 @@ init: install: - cd .. - git clone --depth=1 -b master https://github.com/openframeworks/openFrameworks -- git clone --depth=1 -b of-master-patch https://github.com/kr15h/ofxJSON openFrameworks\addons +- git clone --depth=1 -b of-master-patch https://github.com/kr15h/ofxJSON openFrameworks\addons\ofxJSON - call openFrameworks\scripts\ci\addons\install.cmd - cd openFrameworks\addons\ofxPiMapper - move /y example_basic/addons.make.norpi example_basic/addons.make