mirror of
https://git.mirrors.martin98.com/https://github.com/sub-store-org/Sub-Store.git
synced 2025-08-13 04:39:04 +08:00
fix: Process ids are now preserved in migration
This commit is contained in:
parent
ce51674d6b
commit
9e33160e37
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "sub-store",
|
||||
"version": "2.5.0",
|
||||
"version": "2.5.1",
|
||||
"description": "Advanced Subscription Manager for QX, Loon, Surge, Stash and ShadowRocket.",
|
||||
"main": "src/main.js",
|
||||
"scripts": {
|
||||
|
@ -78,7 +78,6 @@ function doMigrationV2() {
|
||||
},
|
||||
};
|
||||
processes.forEach((p) => {
|
||||
delete p.id;
|
||||
if (p.type === 'Set Property Operator') {
|
||||
const { key, value } = p.args;
|
||||
switch (key) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user