Skip to content

Commit

Permalink
chore(fxmanifest): remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
thelindat committed May 7, 2024
1 parent ae005e7 commit 7ada4c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/actions/bump-manifest-version.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)
8 changes: 1 addition & 7 deletions fxmanifest.lua
Original file line number Diff line number Diff line change
@@ -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',
Expand Down

0 comments on commit 7ada4c2

Please sign in to comment.