mirror of
https://github.com/earthjasonlin/zzz-signal-search-export.git
synced 2025-04-21 16:00:17 +08:00
fix: auto update start version
This commit is contained in:
@ -35,7 +35,7 @@ const start = async () => {
|
|||||||
await fs.outputJSON(path.join(outputPath, 'manifest.json'), {
|
await fs.outputJSON(path.join(outputPath, 'manifest.json'), {
|
||||||
active: true,
|
active: true,
|
||||||
version,
|
version,
|
||||||
from: '0.1.5',
|
from: '0.0.1',
|
||||||
name: `${hashName}.zip`,
|
name: `${hashName}.zip`,
|
||||||
hash: sha256
|
hash: sha256
|
||||||
})
|
})
|
||||||
|
Reference in New Issue
Block a user