mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-21 08:52:48 +01:00
chore(fxmanifest): remove comments
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user