Skip to content

Commit

Permalink
fix(manifest): maintain same format (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
mafewtm authored Apr 25, 2024
1 parent 29af7e1 commit e97a7c1
Showing 1 changed file with 16 additions and 18 deletions.
34 changes: 16 additions & 18 deletions fxmanifest.lua
Original file line number Diff line number Diff line change
@@ -1,29 +1,13 @@
--[[ FX Information ]]--
fx_version 'cerulean'
use_experimental_fxv2_oal 'yes'
lua54 'yes'
game 'gta5'

--[[ Resource Information ]]--
version '2.0.0'
license 'GPL-3.0-or-later'
name 'qbx_smallresources'
description 'Collection of small scripts'
repository 'https://github.com/Qbox-project/qbx_smallresources'

--[[ Manifest ]]--
dependencies {
'ox_lib',
'qbx_core'
}
version '2.0.0'

ox_lib 'locale'

files {
'locales/*.json',
'**/config.json',
'**/config.lua'
}

shared_scripts {
'@ox_lib/init.lua',
'@qbx_core/modules/lib.lua'
Expand All @@ -35,3 +19,17 @@ client_scripts {
}

server_script '**/server.lua'

files {
'locales/*.json',
'**/config.json',
'**/config.lua'
}

dependencies {
'ox_lib',
'qbx_core'
}

lua54 'yes'
use_experimental_fxv2_oal 'yes'

0 comments on commit e97a7c1

Please sign in to comment.