@@ -9906,15 +9906,19 @@ exports[`symlinks everywhere w/ static framework 3`] = `
9906
9906
" files" : {
9907
9907
" Headers" : {
9908
9908
" link" : " node_modules/hello-world/lib/Release/Hello.framework/Versions/Current/Headers" ,
9909
+ " unpacked" : true ,
9909
9910
},
9910
9911
" Hello" : {
9911
9912
" link" : " node_modules/hello-world/lib/Release/Hello.framework/Versions/Current/Hello" ,
9913
+ " unpacked" : true ,
9912
9914
},
9913
9915
" Info.plist" : {
9914
9916
" link" : " node_modules/hello-world/lib/Release/Hello.framework/Versions/Current/Info.plist" ,
9917
+ " unpacked" : true ,
9915
9918
},
9916
9919
" Modules" : {
9917
9920
" link" : " node_modules/hello-world/lib/Release/Hello.framework/Versions/Current/Modules" ,
9921
+ " unpacked" : true ,
9918
9922
},
9919
9923
" Versions" : {
9920
9924
" files" : {
@@ -9992,6 +9996,7 @@ exports[`symlinks everywhere w/ static framework 3`] = `
9992
9996
},
9993
9997
" Current" : {
9994
9998
" link" : " node_modules/hello-world/lib/Release/Hello.framework/Versions/A" ,
9999
+ " unpacked" : true ,
9995
10000
},
9996
10001
},
9997
10002
" unpacked" : true ,
@@ -10049,6 +10054,11 @@ exports[`symlinks everywhere w/ static framework 4`] = `
10049
10054
",
10050
10055
"name": "app.asar.unpacked/node_modules/hello-world/package.json",
10051
10056
},
10057
+ "app.asar.unpacked/node_modules/hello-world/lib/Release/Hello.framework/Headers",
10058
+ "app.asar.unpacked/node_modules/hello-world/lib/Release/Hello.framework/Hello",
10059
+ "app.asar.unpacked/node_modules/hello-world/lib/Release/Hello.framework/Info.plist",
10060
+ "app.asar.unpacked/node_modules/hello-world/lib/Release/Hello.framework/Modules",
10061
+ "app.asar.unpacked/node_modules/hello-world/lib/Release/Hello.framework/Versions/Current",
10052
10062
"app.asar.unpacked/node_modules/hello-world/lib/Release/Hello.framework/Versions/A/Hello",
10053
10063
"app.asar.unpacked/node_modules/hello-world/lib/Release/Hello.framework/Versions/A/Info.plist",
10054
10064
"app.asar.unpacked/node_modules/hello-world/lib/Release/Hello.framework/Versions/A/Modules/Hello.abi.json",
@@ -10078,6 +10088,7 @@ exports[`unpackDir 2`] = `
10078
10088
" files" : {
10079
10089
" file-symlink2" : {
10080
10090
" link" : " assets/file2" ,
10091
+ " unpacked" : true ,
10081
10092
},
10082
10093
" file1" : {
10083
10094
" size" : 4 ,
@@ -10091,6 +10102,7 @@ exports[`unpackDir 2`] = `
10091
10102
" files" : {
10092
10103
" file-symlink1" : {
10093
10104
" link" : " assets/file1" ,
10105
+ " unpacked" : true ,
10094
10106
},
10095
10107
" file3" : {
10096
10108
" size" : 4 ,
@@ -10192,6 +10204,7 @@ exports[`unpackDir one 2`] = `
10192
10204
" files" : {
10193
10205
" file-symlink2" : {
10194
10206
" link" : " assets/file2" ,
10207
+ " unpacked" : true ,
10195
10208
},
10196
10209
" file1" : {
10197
10210
" size" : 4 ,
@@ -10205,6 +10218,7 @@ exports[`unpackDir one 2`] = `
10205
10218
" files" : {
10206
10219
" file-symlink1" : {
10207
10220
" link" : " assets/file1" ,
10221
+ " unpacked" : true ,
10208
10222
},
10209
10223
" file3" : {
10210
10224
" size" : 4 ,
0 commit comments