提交 b3292af4 编写于 作者: J Joao Moreno

Revert "temporarily disable fast updates"

This reverts commit 5b9d88a6.
上级 5b9d88a6
......@@ -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.
先完成此消息的编辑!
想要评论请 注册