This repository was archived by the owner on May 16, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ <h2 class="ion-android-close custCol-text clickable"></h2>
139139 </ div >
140140 < div class ="about-hero modal-hero-about color-secondary custCol-secondary-darken ">
141141 < div class ="modal-hero-icon "> </ div >
142- < p class ="width100 alignCenter custCol-text marginTop50 textOpacity75 fontSize14 "> Version 1.0.4 </ p >
142+ < p class ="width100 alignCenter custCol-text marginTop50 textOpacity75 fontSize14 "> Version 1.0.6 </ p >
143143 </ div >
144144 < div class ="aboutModal-accordion accordion js-profileAccordion ">
145145 < div class ="accordion-window ">
Original file line number Diff line number Diff line change @@ -129,6 +129,9 @@ var start_local_server = function() {
129129 } ) ;
130130 subpy . unref ( ) ;
131131 }
132+ if ( fs . existsSync ( __dirname + path . sep + '..' + path . sep + 'gpg' ) ) {
133+ process . env . PATH = __dirname + path . sep + '..' + path . sep + 'gpg' + path . sep + 'pub' + path . sep + ';' + process . env . PATH ;
134+ }
132135} ;
133136
134137// Check if we need to kick off the python server-daemon (Desktop app)
Original file line number Diff line number Diff line change 11{
22 "name" : " OpenBazaar" ,
3- "version" : " 1.0.4 " ,
3+ "version" : " 1.0.6 " ,
44 "description" : " OpenBazaar Client" ,
55 "main" : " main.js" ,
66 "repository" : {
You can’t perform that action at this time.
0 commit comments