From a6508d14792b56b7eb24717f25ff3f36eba60ee1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jukka=20Jyl=C3=A4nki?= Date: Sun, 17 Nov 2013 14:33:51 +0200 Subject: [PATCH] Add crunch 1.03 to provided tools on Windows. --- emsdk_manifest.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/emsdk_manifest.json b/emsdk_manifest.json index d6d848f..adf618d 100644 --- a/emsdk_manifest.json +++ b/emsdk_manifest.json @@ -138,6 +138,13 @@ "version": "0.9.1", "windows_url": "vs-tool_0.9.1.zip", "windows_install_path": "%MSBuildPlatformsDir%/Emscripten" + }, + { + "id": "crunch", + "version": "1.03", + "windows_url": "crunch_1.03.zip", + "activated_cfg": "CRUNCH='%installation_dir%/crunch.exe'", + "activated_path": "%installation_dir%" } ],