fix: auto update start version

This commit is contained in:
mio 2023-05-01 17:19:18 +08:00
parent ba0bc3a778
commit 20ba48513c

@ -35,7 +35,7 @@ const start = async () => {
await fs.outputJSON(path.join(outputPath, 'manifest.json'), {
active: true,
version,
from: '0.1.5',
from: '0.0.1',
name: `${hashName}.zip`,
hash: sha256
})