File tree 3 files changed +8
-6
lines changed
3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 55
55
"typescript" : " ^5.2.2"
56
56
},
57
57
"dependencies" : {
58
- "@electron/asar" : " ^3.2.7 " ,
58
+ "@electron/asar" : " ^3.3.1 " ,
59
59
"@malept/cross-spawn-promise" : " ^2.0.0" ,
60
60
"debug" : " ^4.3.1" ,
61
61
"dir-compare" : " ^4.2.0" ,
Original file line number Diff line number Diff line change @@ -306,6 +306,7 @@ exports[`makeUniversalApp asar mode should shim asars with different unpacked di
306
306
" files" : {
307
307
" file.txt" : {
308
308
" link" : " private/var/file.txt" ,
309
+ " unpacked" : true ,
309
310
},
310
311
},
311
312
},
@@ -327,6 +328,7 @@ exports[`makeUniversalApp asar mode should shim asars with different unpacked di
327
328
},
328
329
" var" : {
329
330
" link" : " private/var" ,
331
+ " unpacked" : true ,
330
332
},
331
333
},
332
334
}
@@ -433,7 +435,7 @@ exports[`makeUniversalApp asar mode should shim asars with different unpacked di
433
435
" Contents/Info.plist" : {
434
436
" Resources/app-arm64.asar" : {
435
437
" algorithm" : " SHA256" ,
436
- " hash" : " c7563e17e768e508045ffb888935d50dbf785bbba3ffb0068e5472fda4f6c199 " ,
438
+ " hash" : " d06a628e759f54def7ff8785a077b3a3d756882cb84ee99e9725966226e1f195 " ,
437
439
},
438
440
" Resources/app-x64.asar" : {
439
441
" algorithm" : " SHA256" ,
Original file line number Diff line number Diff line change 297
297
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
298
298
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
299
299
300
- " @electron/asar@^3.2.7 " :
301
- version "3.2.7 "
302
- resolved "https://registry.yarnpkg.com/@electron/asar/-/asar-3.2.7 .tgz#bb8117dc6fd0c06a922ae7fb1c0e2d433e35a6e5 "
303
- integrity sha512-8FaSCAIiZGYFWyjeevPQt+0e9xCK9YmJ2Rjg5SXgdsXon6cRnU0Yxnbe6CvJbQn26baifur2Y2G5EBayRIsjyg ==
300
+ " @electron/asar@^3.3.1 " :
301
+ version "3.3.1 "
302
+ resolved "https://registry.yarnpkg.com/@electron/asar/-/asar-3.3.1 .tgz#cd14e897770d9844673dd7c1dc8944e086e1e0ea "
303
+ integrity sha512-WtpC/+34p0skWZiarRjLAyqaAX78DofhDxnREy/V5XHfu1XEXbFCSSMcDQ6hNCPJFaPy8/NnUgYuf9uiCkvKPg ==
304
304
dependencies :
305
305
commander "^5.0.0"
306
306
glob "^7.1.6"
You can’t perform that action at this time.
0 commit comments