#9128: Removed unused dll from distribution.
This commit is contained in:
parent
8a324a9375
commit
d3953f7280
5 changed files with 3 additions and 8 deletions
|
@ -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` 실행하기
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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',
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|
|
@ -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',
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue