@@ -280,6 +280,10 @@ exports[`makeUniversalApp asar mode should generate AsarIntegrity for all asars
280280 " algorithm" : " SHA256" ,
281281 " hash" : " 7e6af4d00f4cc737eff922e2b386128a269f80887b79a011022f1276bdbe7832" ,
282282 },
283+ " Resources/webbapp.asar" : {
284+ " algorithm" : " SHA256" ,
285+ " hash" : " 7e6af4d00f4cc737eff922e2b386128a269f80887b79a011022f1276bdbe7832" ,
286+ },
283287 },
284288}
285289` ;
@@ -691,7 +695,12 @@ exports[`makeUniversalApp no asar mode different app dirs with different macho f
691695
692696exports [` makeUniversalApp no asar mode different app dirs with different macho files (shim and lipo) 5` ] = `
693697{
694- " Contents/Info.plist" : {},
698+ " Contents/Info.plist" : {
699+ " Resources/app.asar" : {
700+ " algorithm" : " SHA256" ,
701+ " hash" : " 27433ee3e34b3b0dabb29d18d40646126e80c56dbce8c4bb2adef7278b5a46c0" ,
702+ },
703+ },
695704}
696705` ;
697706
@@ -770,7 +779,12 @@ exports[`makeUniversalApp no asar mode different app dirs with universal macho f
770779
771780exports [` makeUniversalApp no asar mode different app dirs with universal macho files (shim but don't lipo) 5` ] = `
772781{
773- " Contents/Info.plist" : {},
782+ " Contents/Info.plist" : {
783+ " Resources/app.asar" : {
784+ " algorithm" : " SHA256" ,
785+ " hash" : " 27433ee3e34b3b0dabb29d18d40646126e80c56dbce8c4bb2adef7278b5a46c0" ,
786+ },
787+ },
774788}
775789` ;
776790
@@ -914,7 +928,12 @@ exports[`makeUniversalApp no asar mode should shim two different app folders 4`]
914928
915929exports [` makeUniversalApp no asar mode should shim two different app folders 5` ] = `
916930{
917- " Contents/Info.plist" : {},
931+ " Contents/Info.plist" : {
932+ " Resources/app.asar" : {
933+ " algorithm" : " SHA256" ,
934+ " hash" : " 27433ee3e34b3b0dabb29d18d40646126e80c56dbce8c4bb2adef7278b5a46c0" ,
935+ },
936+ },
918937}
919938` ;
920939
0 commit comments