chore(fxmanifest): remove comments

This commit is contained in:
Linden
2024-05-08 08:40:53 +10:00
parent ae005e73eb
commit 7ada4c253a
2 changed files with 3 additions and 9 deletions

View File

@@ -5,6 +5,6 @@ const newVersion = version.replace('v', '')
const manifestFile = fs.readFileSync('fxmanifest.lua', {encoding: 'utf8'})
const newFileContent = manifestFile.replace(/\bversion\s+(.*)$/gm, `version '${newVersion}'`)
const newFileContent = manifestFile.replace(/\bversion\s+(.*)$/gm, `version '${newVersion}'`)
fs.writeFileSync('fxmanifest.lua', newFileContent)
fs.writeFileSync('fxmanifest.lua', newFileContent)