提交 5b9d88a6 编写于 作者: J Joao Moreno

temporarily disable fast updates

上级 1542efd6
......@@ -236,9 +236,9 @@ async function publish(commit: string, quality: string, platform: string, type:
};
// Remove this if we ever need to rollback fast updates for windows
if (/win32/.test(platform)) {
asset.supportsFastUpdate = true;
}
// if (/win32/.test(platform)) {
// asset.supportsFastUpdate = true;
// }
console.log('Asset:', JSON.stringify(asset, null, ' '));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册