@@ -37,8 +37,9 @@ grunt.initConfig
3737 dest : ' build/Birdex.exe'
3838 app :
3939 expand : true
40- src : ' app/**'
41- dest : ' build/resources/'
40+ cwd : ' app/'
41+ src : [' *' , ' node_modules/**' ]
42+ dest : ' build/resources/app/'
4243
4344 rcedit :
4445 exes :
@@ -52,8 +53,8 @@ grunt.initConfig
5253 ' version-string' :
5354 ' ProductName' : ' Birdex'
5455 ' FileDescription' : ' Secure messenger'
55- ' CompanyName' : ' Algorithm LLC '
56- ' LegalCopyright' : ' Copyright © 2016 Algorithm LLC . All rights reserved.'
56+ ' CompanyName' : ' Algorithm Corporation L.P. '
57+ ' LegalCopyright' : ' Copyright © 2016 Algorithm Corporation L.P . All rights reserved.'
5758
5859 ' create-windows-installer' :
5960 ia32 :
@@ -65,7 +66,12 @@ grunt.initConfig
6566 noMsi : true
6667 setupIcon : ' app/birdex.ico'
6768 iconUrl : ' https://cdn.rawgit.com/AlgorithmLLC/chat-client-electron/master/app/birdex.ico'
69+ owners : ' Algorithm Corporation L.P.'
70+ authors : ' Algorithm Corporation L.P.'
6871 remoteReleases : ' https://github.com/AlgorithmLLC/chat-client-electron'
72+ certificateFile : ' algorithm.pfx'
73+ certificatePassword : ' '
6974
7075grunt .registerTask ' build' , [' shell:kill' , ' clean' , ' download-electron' , ' copy' , ' rcedit' , ' shell:run' , ' shell:kill' ]
71- grunt .registerTask ' default' , [' shell:kill' , ' clean' , ' download-electron' , ' copy' , ' rcedit' , ' create-windows-installer' , ' clean:build' ]
76+ grunt .registerTask ' release' , [' shell:kill' , ' clean' , ' download-electron' , ' copy' , ' rcedit' , ' create-windows-installer' , ' clean:build' ]
77+ # grunt.registerTask 'default', []
0 commit comments