Update libcc and replace snapshot_blob.bin by v8_context_snapshot.bin

This commit is contained in:
Nitish Sakhawalkar 2018-04-24 20:17:53 -07:00 committed by Samuel Attard
parent a45862c93f
commit 3ac4c1f03f
5 changed files with 8 additions and 8 deletions

View file

@ -63,7 +63,7 @@ The output should look roughly like this:
├── locales
├── natives_blob.bin
├── resources
├── snapshot_blob.bin
├── v8_context_snapshot.bin
└── version
```

View file

@ -67,7 +67,7 @@ The output should look roughly like this:
├── resources
│   ├── app
│   └── atom.asar
├── snapshot_blob.bin
├── v8_context_snapshot.bin
├── squirrel.exe
└── ui_resources_200_percent.pak
```