Files
esx_core-esx-framework/[esx]/esx_notify/fxmanifest.lua
T
Benzo f6ecc10c5e version bump
version bump up to 1.9.0
2022-12-27 21:26:32 +01:00

20 lines
353 B
Lua

fx_version 'adamant'
lua54 'yes'
game 'gta5'
version '1.9.0'
author 'ESX-Framework'
description 'Official NUI Notification system for ESX'
shared_script '@es_extended/imports.lua'
client_scripts { 'Notify.lua' }
ui_page 'nui/index.html'
files {
'nui/index.html',
'nui/js/*.js',
'nui/css/*.css',
'nui/img/*.png',
}