fix: corrected PocketBase changelog filename

This commit is contained in:
melvinchia3636
2026-01-28 06:01:50 +08:00
parent 2f68ac1249
commit 06d80d01b4

View File

@@ -102,7 +102,7 @@ export async function downloadPocketBaseBinary(): Promise<void> {
// Clean up zip file and unnecessary files
fs.unlinkSync(zipPath)
const changelogPath = path.join(PB_DIR, 'CHANGElogger.md')
const changelogPath = path.join(PB_DIR, 'CHANGELOG.md')
const licensePath = path.join(PB_DIR, 'LICENSE.md')