node-webkit app包创建nw.js空屏幕

时间:2015-03-07 11:59:31

标签: javascript html5 node-webkit

我使用node-webkit创建了应用程序。但是当我点击gte.exe时,它会给nw.js空的scree。

我的JSON文件是:

{
    "main": "index.html",
    "name": "app",
    "description": "app",
    "version": "0.2.3",
    "nodejs": true,
    "window": {
        "title": "app",
        "icon": "favicon.ico",
        "toolbar": false,
        "frame": true,
        "width": 1200,
        "height": 768,
        "min_width": 1024,
        "min_height": 768,
        "resizable": true
    },
    "webkit" :{
        "plugin":true
    },

    "chromium-args": "--disable-web-security --experimental-location-features --enable-geolocation --allow-file-access-from-files --allow-file-access --enable-device-policy"

enter image description here}

我将文件夹更改为zip并更改为.nw扩展名。之后我跑了D:\ nw> copy / b nw.exe + app.nw gte.exe。

请任何人帮帮我

0 个答案:

没有答案