Files
k5_documents/fxmanifest.lua
2023-01-19 18:10:54 +01:00

31 lines
492 B
Lua

fx_version "cerulean"
description "A better document management script"
author "K5 Scripts"
version '1.3.2'
update "Fixed missing customName header text, and random printed messages"
repository 'https://github.com/kac5a/k5_documents'
lua54 'yes'
games {
"gta5",
}
ui_page 'web/build/index.html'
client_scripts {
"config.lua",
"client/**/*"
}
server_scripts {
"@mysql-async/lib/MySQL.lua",
"config.lua",
"server/**/*"
}
files {
'web/build/index.html',
'web/build/**/*'
}