mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 01:08:54 +00:00
35 lines
756 B
Lua
35 lines
756 B
Lua
resource_manifest_version '44febabe-d386-4d18-afbe-5e627f4af937'
|
|
|
|
description 'ESX Phone'
|
|
|
|
server_scripts {
|
|
'@mysql-async/lib/MySQL.lua',
|
|
'server/main.lua'
|
|
}
|
|
|
|
client_script 'client/main.lua'
|
|
|
|
ui_page 'html/ui.html'
|
|
|
|
files {
|
|
'html/ui.html',
|
|
'html/bankgothic.ttf',
|
|
'html/pdown.ttf',
|
|
'html/css/app.css',
|
|
'html/scripts/mustache.min.js',
|
|
'html/scripts/app.js',
|
|
'html/img/cursor.png',
|
|
'html/img/keys/enter.png',
|
|
'html/img/keys/return.png',
|
|
'html/img/phone.png',
|
|
'html/img/icons/signal.png',
|
|
'html/img/icons/rep.png',
|
|
'html/img/icons/msg.png',
|
|
'html/img/icons/add.png',
|
|
'html/img/icons/back.png',
|
|
'html/img/icons/new-msg.png',
|
|
'html/img/icons/reply.png',
|
|
'html/img/icons/write.png',
|
|
'html/img/icons/edit.png',
|
|
'html/img/icons/location.png'
|
|
} |