Merge pull request #9157 from electron/cifratila/remove-unused-dll

#9128: Removed unused dll from distribution.
This commit is contained in:
Kevin Sawicki 2017-04-11 08:52:20 -07:00 committed by GitHub
commit b2761ab7dc
5 changed files with 3 additions and 8 deletions

View file

@ -67,8 +67,7 @@ npm install -g electron-windows-store
│ └── atom.asar
├── snapshot_blob.bin
├── squirrel.exe
├── ui_resources_200_percent.pak
└── xinput1_3.dll
└── ui_resources_200_percent.pak
```
## `electron-windows-store` 실행하기

View file

@ -49,8 +49,7 @@ npm install -g electron-windows-store
│   └── atom.asar
├── snapshot_blob.bin
├── squirrel.exe
├── ui_resources_200_percent.pak
└── xinput1_3.dll
└── ui_resources_200_percent.pak
```
## 步骤 2: 运行 electron-windows-store

View file

@ -69,8 +69,7 @@ The output should look roughly like this:
│   └── atom.asar
├── snapshot_blob.bin
├── squirrel.exe
├── ui_resources_200_percent.pak
└── xinput1_3.dll
└── ui_resources_200_percent.pak
```
## Step 2: Running electron-windows-store

View file

@ -159,7 +159,6 @@
'<(libchromiumcontent_dir)/natives_blob.bin',
'<(libchromiumcontent_dir)/snapshot_blob.bin',
'external_binaries/d3dcompiler_47.dll',
'external_binaries/xinput1_3.dll',
],
},
],

View file

@ -43,7 +43,6 @@ TARGET_BINARIES = {
'content_resources_200_percent.pak',
'ui_resources_200_percent.pak',
'views_resources_200_percent.pak',
'xinput1_3.dll',
'natives_blob.bin',
'snapshot_blob.bin',
],