mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-08-23 22:16:48 +00:00
fix(flutter): remove incorrect os/arch detection
This commit is contained in:
+1
-3
@@ -79,9 +79,7 @@ module.exports = async function (request) {
|
|||||||
lts: false,
|
lts: false,
|
||||||
channel: asset.channel,
|
channel: asset.channel,
|
||||||
date: asset.release_date.replace(/T.*/, ''),
|
date: asset.release_date.replace(/T.*/, ''),
|
||||||
os: osname,
|
//sha256: asset.sha256,
|
||||||
arch: 'amd64',
|
|
||||||
hash: asset.hash,
|
|
||||||
download: asset.archive,
|
download: asset.archive,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user