summarylogtreecommitdiffstats
path: root/mist-pathfix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'mist-pathfix.patch')
-rw-r--r--mist-pathfix.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/mist-pathfix.patch b/mist-pathfix.patch
new file mode 100644
index 000000000000..fd71a84852b9
--- /dev/null
+++ b/mist-pathfix.patch
@@ -0,0 +1,13 @@
+diff --git a/gulpfile.js b/gulpfile.js
+index e05c18a..d31ca4b 100644
+--- a/gulpfile.js
++++ b/gulpfile.js
+@@ -85,7 +85,7 @@ var createNewFileName = function(os) {
+ if(os.indexOf('linux') !== -1) {
+ newOs = os.replace('linux-x64','linux64').replace('linux-ia32','linux32');
+ }
+- return './dist_'+ type +'/'+ filenameUppercase +'-'+ newOs + '-'+ version.replace(/\./g,'-');
++ return './dist_'+ type +'/'+ filenameUppercase +'-'+ newOs;
+ };
+
+