fix(flutter): remove incorrect os/arch detection

This commit is contained in:
AJ ONeal
2023-11-15 21:31:19 -07:00
parent 777b28a924
commit b925ebe746
+1 -3
View File
@@ -79,9 +79,7 @@ module.exports = async function (request) {
lts: false,
channel: asset.channel,
date: asset.release_date.replace(/T.*/, ''),
os: osname,
arch: 'amd64',
hash: asset.hash,
//sha256: asset.sha256,
download: asset.archive,
});
}