Revert "temporarily disable fast updates"

This reverts commit 5b9d88a694.
This commit is contained in:
Joao Moreno 2018-02-14 18:45:00 +01:00
parent 5b9d88a694
commit b3292af460

View file

@ -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, ' '));