mirror of
https://github.com/Lifeforge-app/lifeforge.git
synced 2026-06-28 06:46:24 +00:00
fix: corrected PocketBase changelog filename
This commit is contained in:
@@ -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')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user