update: devtools to v1.06.2306020

This commit is contained in:
msojocs 2023-06-03 22:26:35 +08:00
parent 7a302f6c12
commit 006b61bb0f
3 changed files with 15 additions and 1 deletions

View File

@ -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

View File

@ -1 +1 @@
1.06.2301160,c442464a58c0ddf1118f6a25336d5f20
1.06.2306020,6ffc8c27447035cdc1423dea325618fb

View File

@ -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();
});