Skip to content

Commit

Permalink
tweak(manifest): use fxmanifest
Browse files Browse the repository at this point in the history
This was a weird combination of a fxmanifest and __resource lua.
  • Loading branch information
Jaccosf authored Sep 5, 2021
1 parent 83840af commit 8e909bc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions __resource.lua → fxmanifest.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
fx_version 'cerulean'
games { 'gta5' }

resource_manifest_version '77731fab-63ca-442c-a67b-abc70f28dfa5'

ui_page 'html/index.html'

client_scripts {
Expand All @@ -16,4 +14,4 @@ files {
'html/style.css',
"html/script.js",
"html/tablet.png"
}
}

0 comments on commit 8e909bc

Please sign in to comment.