-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path__resource.lua
35 lines (30 loc) · 991 Bytes
/
__resource.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
resource_manifest_version '44febabe-d386-4d18-afbe-5e627f4af937'
ui_page 'html/index.html'
server_script {
'server.lua'
}
shared_script '@es_extended/imports.lua'
client_script {
'client.lua',
"config.lua"
}
files {
'html/index.html',
'html/assets/css/style.css',
'html/assets/js/jquery.js',
'html/assets/js/init.js',
'html/assets/fonts/roboto/Roboto-Bold.woff',
'html/assets/fonts/roboto/Roboto-Bold.woff2',
'html/assets/fonts/roboto/Roboto-Light.woff',
'html/assets/fonts/roboto/Roboto-Light.woff2',
'html/assets/fonts/roboto/Roboto-Medium.woff',
'html/assets/fonts/roboto/Roboto-Medium.woff2',
'html/assets/fonts/roboto/Roboto-Regular.woff',
'html/assets/fonts/roboto/Roboto-Regular.woff2',
'html/assets/fonts/roboto/Roboto-Thin.woff',
'html/assets/fonts/roboto/Roboto-Thin.woff2',
'html/assets/css/materialize.min.css',
'html/assets/js/materialize.js',
'html/assets/images/legitimation.png',
'html/assets/images/idcard.png'
}