Merge pull request #5374 from gabrielbazan7/fix/exportqr
adding UTF8 encoding support script
This commit is contained in:
commit
a3bc0cf9ed
1 changed files with 3 additions and 2 deletions
|
|
@ -115,6 +115,7 @@ module.exports = function(grunt) {
|
|||
angular: {
|
||||
src: [
|
||||
'bower_components/qrcode-generator/js/qrcode.js',
|
||||
'bower_components/qrcode-generator/js/qrcode_UTF8.js',
|
||||
'bower_components/moment/min/moment-with-locales.js',
|
||||
'bower_components/angular-moment/angular-moment.js',
|
||||
'bower_components/ng-lodash/build/ng-lodash.js',
|
||||
|
|
@ -221,8 +222,8 @@ module.exports = function(grunt) {
|
|||
macPlist: {
|
||||
'CFBundleURLTypes': [
|
||||
{
|
||||
'CFBundleURLName' : 'URI Handler',
|
||||
'CFBundleURLSchemes' : ['bitcoin', '<%= pkg.name %>']
|
||||
'CFBundleURLName': 'URI Handler',
|
||||
'CFBundleURLSchemes': ['bitcoin', '<%= pkg.name %>']
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue