Comparing version 0.0.45 to 0.0.46
{ | ||
"name": "ahcnes", | ||
"version": "0.0.45", | ||
"version": "0.0.46", | ||
"description": "Productivity and performance optimization tool for building applications with Sencha Ext JS and Sencha Touch.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -35,6 +35,6 @@ /* | ||
} | ||
downloadUrl += 'linux-'; | ||
downloadUrl += `zip/SenchaCmd-${version}-linux-`; | ||
if (arch === 'x64') { | ||
downloadUrl += 'amd64'; | ||
} else if (arch == 'ia32') { | ||
} else if (arch === 'ia32') { | ||
downloadUrl += 'i368'; | ||
@@ -41,0 +41,0 @@ } |
Sorry, the diff of this file is not supported yet
20299