#9128: Removed unused dll from distribution.

This commit is contained in:
Catalin Fratila 2017-04-10 16:41:16 +02:00
parent 8a324a9375
commit d3953f7280
5 changed files with 3 additions and 8 deletions

View file

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

View file

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

View file

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

View file

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

View file

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