From 7ada4c253a5f9127719a6071b3873fe2bbb90e5c Mon Sep 17 00:00:00 2001 From: Linden <65407488+thelindat@users.noreply.github.com> Date: Wed, 8 May 2024 08:40:53 +1000 Subject: [PATCH] chore(fxmanifest): remove comments --- .github/actions/bump-manifest-version.js | 4 ++-- fxmanifest.lua | 8 +------- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/.github/actions/bump-manifest-version.js b/.github/actions/bump-manifest-version.js index 30c5507..676c350 100644 --- a/.github/actions/bump-manifest-version.js +++ b/.github/actions/bump-manifest-version.js @@ -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) \ No newline at end of file +fs.writeFileSync('fxmanifest.lua', newFileContent) diff --git a/fxmanifest.lua b/fxmanifest.lua index 29bc3f7..a769f78 100644 --- a/fxmanifest.lua +++ b/fxmanifest.lua @@ -1,22 +1,16 @@ ---[[ FX Information ]] --- fx_version 'cerulean' use_experimental_fxv2_oal 'yes' lua54 'yes' games { 'rdr3', 'gta5' } rdr3_warning 'I acknowledge that this is a prerelease build of RedM, and I am aware my resources *will* become incompatible once RedM ships.' ---[[ Resource Information ]] --- name 'ox_lib' author 'Overextended' -version '3.20.0' +version '3.20.0' license 'LGPL-3.0-or-later' repository 'https://github.com/overextended/ox_lib' description 'A library of shared functions to utilise in other resources.' ---[[ Manifest ]] --- dependencies { '/server:7290', '/onesync',