mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-08-19 20:16:23 +00:00
fix(flutter): add _version to match version in filepath
This commit is contained in:
@@ -76,6 +76,7 @@ module.exports = async function (request) {
|
||||
|
||||
all.releases.push({
|
||||
version: asset.version,
|
||||
_version: `${asset.version}-${asset.channel}`,
|
||||
lts: false,
|
||||
channel: asset.channel,
|
||||
date: asset.release_date.replace(/T.*/, ''),
|
||||
|
||||
Reference in New Issue
Block a user