File tree 3 files changed +7377
-7442
lines changed
3 files changed +7377
-7442
lines changed Original file line number Diff line number Diff line change @@ -193,7 +193,8 @@ function createActions ({
193
193
properties : [ 'openDirectory' ]
194
194
} ) ) . filePaths [ 0 ]
195
195
196
- const filePath = appPath || process . argv [ 0 ] // If testing from source find and use installed Agregore location
196
+ // If testing from source find and use installed Agregore location
197
+ const filePath = '"' + ( appPath || process . argv [ 0 ] ) + '"'
197
198
198
199
const title = webContents . getTitle ( )
199
200
const shortcutName = sanitize ( title , { replacement : ' ' } )
Original file line number Diff line number Diff line change 130
130
]
131
131
},
132
132
"win" : {
133
- "target" : " nsis"
133
+ "target" : [
134
+ " nsis" ,
135
+ " portable"
136
+ ]
134
137
},
135
138
"linux" : {
136
139
"artifactName" : " ${name}-${version}-${os}-${arch}.${ext}" ,
165
168
},
166
169
"homepage" : " https://github.com/AgregoreWeb/agregore-browser#readme" ,
167
170
"devDependencies" : {
168
- "electron" : " ^16.0.8 " ,
171
+ "electron" : " 11 " ,
169
172
"electron-builder" : " ^22.9.1" ,
170
173
"standard" : " ^14.3.4"
171
174
},
180
183
"go-ipfs" : " ^0.11.0" ,
181
184
"gun-fetch" : " ^3.2.8" ,
182
185
"hyper-sdk" : " ^3.0.7" ,
183
- "hypercore-fetch" : " github:resession/hypercore-fetch " ,
186
+ "hypercore-fetch" : " ^8.5.0 " ,
184
187
"ipfs-http-client" : " ^56.0.0" ,
185
188
"ipfsd-ctl" : " ^10.0.5" ,
186
189
"js-ipfs-fetch" : " ^3.5.0" ,
You can’t perform that action at this time.
0 commit comments