forked from Byte-Labs-Studio/bl_appearance
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfxmanifest.lua
45 lines (37 loc) · 814 Bytes
/
fxmanifest.lua
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
fx_version 'cerulean'
use_experimental_fxv2_oal 'yes'
game "gta5"
lua54 'yes'
author "Byte Labs"
version '1.2.0'
description 'Customize your virtual persona with precision using the Byte Labs Appearance Menu'
repository 'https://github.com/Byte-Labs-Studio/bl_appearance'
ui_page 'build/index.html'
-- ui_page 'http://localhost:3000/' --for dev
server_scripts {
'data/config.lua',
'data/commands.lua',
'dist/server/**/*.js'
}
shared_scripts {
'@ox_lib/init.lua',
'dist/shared/**/*.js',
}
client_scripts {
'data/blacklist.lua',
'data/config.lua',
'data/menus.lua',
'data/models.lua',
'data/tattoos.lua',
'data/zones.lua',
'dist/client/**/*.js'}
files {
'build/**',
}
file_set 'locale' {
'locale/*'
}
dependencies {
'bl_bridge',
'bl_sprites'
}