mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-08-19 03:56:16 +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,
|
||||
channel: asset.channel,
|
||||
date: asset.release_date.replace(/T.*/, ''),
|
||||
os: osname,
|
||||
arch: 'amd64',
|
||||
hash: asset.hash,
|
||||
//sha256: asset.sha256,
|
||||
download: asset.archive,
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user