Files
esx_core/[core]/esx_progressbar/fxmanifest.lua
T
TheFantomas e41df74b03 chore(core/progressbar) Prepare for 1.9.3
Idk why I merge commit with 1.9.2 🤦
2023-02-20 22:52:49 +01:00

18 lines
309 B
Lua

fx_version 'adamant'
game 'gta5'
author 'ESX-Framework'
lua54 'yes'
version '1.9.3'
description 'ESX Progressbar'
client_scripts { 'Progress.lua' }
shared_script '@es_extended/imports.lua'
ui_page 'nui/index.html'
files {
'nui/index.html',
'nui/js/*.js',
'nui/css/*.css',
'nui/img/*.png',
}