@@ -280,6 +280,10 @@ exports[`makeUniversalApp asar mode should generate AsarIntegrity for all asars
280
280
" algorithm" : " SHA256" ,
281
281
" hash" : " 7e6af4d00f4cc737eff922e2b386128a269f80887b79a011022f1276bdbe7832" ,
282
282
},
283
+ " Resources/webbapp.asar" : {
284
+ " algorithm" : " SHA256" ,
285
+ " hash" : " 7e6af4d00f4cc737eff922e2b386128a269f80887b79a011022f1276bdbe7832" ,
286
+ },
283
287
},
284
288
}
285
289
` ;
@@ -691,7 +695,12 @@ exports[`makeUniversalApp no asar mode different app dirs with different macho f
691
695
692
696
exports [` makeUniversalApp no asar mode different app dirs with different macho files (shim and lipo) 5` ] = `
693
697
{
694
- " Contents/Info.plist" : {},
698
+ " Contents/Info.plist" : {
699
+ " Resources/app.asar" : {
700
+ " algorithm" : " SHA256" ,
701
+ " hash" : " 27433ee3e34b3b0dabb29d18d40646126e80c56dbce8c4bb2adef7278b5a46c0" ,
702
+ },
703
+ },
695
704
}
696
705
` ;
697
706
@@ -770,7 +779,12 @@ exports[`makeUniversalApp no asar mode different app dirs with universal macho f
770
779
771
780
exports [` makeUniversalApp no asar mode different app dirs with universal macho files (shim but don't lipo) 5` ] = `
772
781
{
773
- " Contents/Info.plist" : {},
782
+ " Contents/Info.plist" : {
783
+ " Resources/app.asar" : {
784
+ " algorithm" : " SHA256" ,
785
+ " hash" : " 27433ee3e34b3b0dabb29d18d40646126e80c56dbce8c4bb2adef7278b5a46c0" ,
786
+ },
787
+ },
774
788
}
775
789
` ;
776
790
@@ -914,7 +928,12 @@ exports[`makeUniversalApp no asar mode should shim two different app folders 4`]
914
928
915
929
exports [` makeUniversalApp no asar mode should shim two different app folders 5` ] = `
916
930
{
917
- " Contents/Info.plist" : {},
931
+ " Contents/Info.plist" : {
932
+ " Resources/app.asar" : {
933
+ " algorithm" : " SHA256" ,
934
+ " hash" : " 27433ee3e34b3b0dabb29d18d40646126e80c56dbce8c4bb2adef7278b5a46c0" ,
935
+ },
936
+ },
918
937
}
919
938
` ;
920
939
0 commit comments