@@ -160,7 +160,7 @@ module.exports = function(grunt) {
160160 options : { timestamp : true , mode : true } ,
161161 files : [
162162 { expand : true , cwd : './webkitbuilds/' , src : [ 'byteball.desktop' , '../public/img/icons/icon-white-outline.ico' , '../public/img/icons/icon-white-256.png' ] , dest : '../byteballbuilds/Byteball test/linux32/' , flatten : true , filter : 'isFile' , options : { timestamp : true , mode : true } } ,
163- { expand : true , cwd : './webkitbuilds/' , src : [ 'byteball.desktop' , '../public/img/icons/icon-white-outline.ico' , '../public/img/icons/icon-white-256.png' ] , dest : '../byteballbuilds/Byteball test /linux64/' , flatten : true , filter : 'isFile' , options : { timestamp : true , mode : true } } ,
163+ { expand : true , cwd : './webkitbuilds/' , src : [ 'byteball.desktop' , '../public/img/icons/icon-white-outline.ico' , '../public/img/icons/icon-white-256.png' ] , dest : '../byteballbuilds/Byteball-TN /linux64/' , flatten : true , filter : 'isFile' , options : { timestamp : true , mode : true } } ,
164164 ] ,
165165 }
166166 } ,
@@ -187,14 +187,14 @@ module.exports = function(grunt) {
187187 //platforms: ['win','osx64','linux'],
188188 //platforms: ['osx64'],
189189 platforms : [ getPlatform ( ) ] ,
190- appName : 'Byteball test ' ,
190+ appName : 'Byteball-TN ' ,
191191 buildDir : '../byteballbuilds' ,
192192 version : '0.14.7' ,
193193 zip : false ,
194194 macIcns : './public/img/icons/icon-white-outline.icns' ,
195195 winIco : './public/img/icons/icon-white-outline.ico' ,
196196 exeIco : './public/img/icons/icon-white-outline.ico' ,
197- macPlist : { CFBundleURLTypes : [ { CFBundleURLName : 'Byteball action' , CFBundleURLSchemes : [ 'byteball-test ' ] } ] , /*CFBundleIconFile: 'nw.icns',*/ LSHasLocalizedDisplayName : 0 }
197+ macPlist : { CFBundleURLTypes : [ { CFBundleURLName : 'Byteball action' , CFBundleURLSchemes : [ 'byteball-tn ' ] } ] , /*CFBundleIconFile: 'nw.icns',*/ LSHasLocalizedDisplayName : 0 }
198198 } ,
199199 src : [ './package.json' , './public/**/*' , './angular-bitcore-wallet-client/**/*' ]
200200 } ,
@@ -213,7 +213,7 @@ module.exports = function(grunt) {
213213 archive : '../byteballbuilds/byteball-linux64.zip'
214214 } ,
215215 expand : true ,
216- cwd : '../byteballbuilds/Byteball test /linux64/' ,
216+ cwd : '../byteballbuilds/Byteball-TN /linux64/' ,
217217 src : [ '**/*' ] ,
218218 dest : 'byteball-linux64/'
219219 }
0 commit comments