v1.8.1-myself

pull/311/head
王良 2024-04-28 01:39:01 +08:00
parent 10ac60f476
commit b764a7964e
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ import DevSidecar from '@docmirror/dev-sidecar'
const isMac = process.platform === 'darwin'
const isLinux = process.platform === 'linux'
const curVersion = pkg.version
const curVersion = pkg.version + '-myself'
const isPreRelease = curVersion.includes('-')
function downloadFile (uri, filePath, onProgress, onSuccess, onError) {