From 6b7f50c0333720ebf5ddd88d66fa2542d0198224 Mon Sep 17 00:00:00 2001 From: MoskalykA <100430077+MoskalykA@users.noreply.github.com> Date: Sat, 11 Mar 2023 14:38:50 +0100 Subject: [PATCH] fix: could not find file `nui/img/*.png` --- [core]/esx_notify/fxmanifest.lua | 1 - [core]/esx_progressbar/fxmanifest.lua | 1 - 2 files changed, 2 deletions(-) diff --git a/[core]/esx_notify/fxmanifest.lua b/[core]/esx_notify/fxmanifest.lua index 6128565e..62fd6195 100644 --- a/[core]/esx_notify/fxmanifest.lua +++ b/[core]/esx_notify/fxmanifest.lua @@ -15,5 +15,4 @@ files { 'nui/index.html', 'nui/js/*.js', 'nui/css/*.css', - 'nui/img/*.png', } diff --git a/[core]/esx_progressbar/fxmanifest.lua b/[core]/esx_progressbar/fxmanifest.lua index 4ef335b0..0939b36f 100644 --- a/[core]/esx_progressbar/fxmanifest.lua +++ b/[core]/esx_progressbar/fxmanifest.lua @@ -13,5 +13,4 @@ files { 'nui/index.html', 'nui/js/*.js', 'nui/css/*.css', - 'nui/img/*.png', }