From 84c890938d5eb39e4bdd9bfdd84214d5b8f450c3 Mon Sep 17 00:00:00 2001 From: monkstone Date: Sat, 6 Aug 2016 07:35:59 +0100 Subject: [PATCH] windows samples, no-one complained --- vendors/Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendors/Rakefile b/vendors/Rakefile index c75d9e80..0eab4e0c 100644 --- a/vendors/Rakefile +++ b/vendors/Rakefile @@ -71,7 +71,7 @@ end desc "copy examples" task :copy_examples => file_name do if MAC_OR_LINUX.nil? - sh "unzip #{EXAMPLES},zip" + sh "unzip #{EXAMPLES}.zip" else sh "tar xzvf #{EXAMPLES}.tar.gz" end