env.js 757 字节
Newer Older
study夏羽's avatar
study夏羽 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
module.exports = {
	"compile": true,
	"h5": {
		"options": {
			"headless": false
		},
		"executablePath": "C:/Program Files/Google/Chrome/Application/chrome.exe"
	},
	"mp-weixin": {
		"executablePath": "C:/Users/liuxi/download/微信web开发者工具/cli.bat"
	},
	"mp-qq": {
		"executablePath": ""
	},
	"mp-baidu": {
		"executablePath": ""
	},
	"mp-toutiao": {
		"executablePath": ""
	},
	"mp-alipay": {
		"executablePath": ""
	},
	"mp-360": {
		"executablePath": ""
	},
	"app-plus": {
		"android": {
			"executablePath": "D:\\HX\\alpha\\HBuilderX\\plugins\\launcher\\base\\android_base.apk",
			"id": "a6160e9d"
		},
		"version": "D:\\HX\\alpha\\HBuilderX\\plugins\\launcher\\base\\version.txt",
		"ios": {
			"id": "",
			"executablePath": ""
		}
	}
}