在Windows8中,一些不错的旧win32程序迎来了一个新朋友:通用Windows平台(UWP)。新的 .appx 格式不仅启用了许多新的强大的API,如Cortana或推送通知,而且通过Windows应用商店,也同时简化了安装和更新。
npm install -g electron-windows-store
├── Ghost.exe
├── LICENSE
├── content_resources_200_percent.pak
├── content_shell.pak
├── d3dcompiler_47.dll
├── ffmpeg.dll
├── icudtl.dat
├── libEGL.dll
├── libGLESv2.dll
├── locales
│ ├── am.pak
│ ├── ar.pak
│ ├── [...]
├── natives_blob.bin
├── node.dll
├── resources
│ ├── app
│ └── atom.asar
├── snapshot_blob.bin
├── squirrel.exe
├── ui_resources_200_percent.pak
└── xinput1_3.dll
electron-windows-store ` --input-directory C:\myelectronapp ` --output-directory C:\output\myelectronapp ` --flatten true ` --package-version 1.0.0.0 ` --package-name myelectronapp
-
-
-