Add PACK definitions for Windows
Summary: This adds the definitions for how to split up Windows releases. This only works with the previous change because otherwise the Flipper.exe will change with every release build number. Reviewed By: mweststrate Differential Revision: D25977814 fbshipit-source-id: 4fb9d4e9562dedf43f9e9ec90a49801f60ed4550
This commit is contained in:
committed by
Facebook GitHub Bot
parent
aacf5b8565
commit
7ed56949f3
@@ -12,5 +12,24 @@ linux:
|
||||
core: []
|
||||
|
||||
windows:
|
||||
frameworks: []
|
||||
core: []
|
||||
frameworks:
|
||||
- chrome_100_percent.pak
|
||||
- chrome_200_percent.pak
|
||||
- d3dcompiler_47.dll
|
||||
- ffmpeg.dll
|
||||
- Flipper.exe
|
||||
- icudtl.dat
|
||||
- libEGL.dll
|
||||
- libGLESv2.dll
|
||||
- LICENSE.electron.txt
|
||||
- LICENSES.chromium.html
|
||||
- locales
|
||||
- resources.pak
|
||||
- snapshot_blob.bin
|
||||
- swiftshader
|
||||
- v8_context_snapshot.bin
|
||||
- vk_swiftshader.dll
|
||||
- vk_swiftshader_icd.json
|
||||
- vulkan-1.dll
|
||||
core:
|
||||
- resources
|
||||
|
||||
Reference in New Issue
Block a user