提交 cc9e65ce 编写于 作者: B Benjamin Pasero

fix welcomePage lookup

上级 b14fb980
......@@ -240,7 +240,7 @@ function packageTask(platform, arch, opts) {
}
if (product.welcomePage) {
result = es.merge(result, gulp.src(product.welcomePage, { base: '.' }));
result = es.merge(result, gulp.src('resources/app/' + product.welcomePage, { base: '.' }));
}
if (platform === 'win32') {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册