mirror of
https://github.com/msojocs/wechat-web-devtools-linux.git
synced 2025-07-07 00:02:14 +08:00
update: devtools to v1.06.2306020
This commit is contained in:
parent
7a302f6c12
commit
006b61bb0f
@ -1,3 +1,7 @@
|
||||
# 1.06.2306020-1 / 2023-06-
|
||||
|
||||
- update: devtools to v1.06.2306020
|
||||
|
||||
# 1.06.2301040-1 / 2023-01-21
|
||||
|
||||
- update: devtools to v1.06.2301040
|
||||
|
@ -1 +1 @@
|
||||
1.06.2301160,c442464a58c0ddf1118f6a25336d5f20
|
||||
1.06.2306020,6ffc8c27447035cdc1423dea325618fb
|
@ -196,6 +196,16 @@ const upgrade = function (extractPath) {
|
||||
);
|
||||
}
|
||||
}
|
||||
if(fs.existsSync(path.resolve(__dirname, '../package.nw/js/common/miniprogram-builder/modules/fullcompiler/app/contactandlaunch/updateContactAndLaunch.js'))) {
|
||||
try {
|
||||
fs.renameSync(
|
||||
path.resolve(__dirname, '../package.nw/js/common/miniprogram-builder/modules/fullcompiler/app/contactandlaunch/updateContactAndLaunch.js'),
|
||||
path.resolve(__dirname, '../package.nw/js/common/miniprogram-builder/modules/fullcompiler/app/contactandlaunch/updatecontactandlaunch.js')
|
||||
)
|
||||
} catch (error) {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
resolve();
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user