summarylogtreecommitdiffstats
path: root/buildConfig-x86_64.js
blob: 50e242347394380de6bd87cbde8e51d387193006 (plain)
1
2
3
4
5
6
7
8
9
var buildConfig = {
    platforms: [
        "linux64"
    ],
    nwVersion: "0.12.1"
};

module.exports = buildConfig;