From 08f73209083bbf95cd94285395d9d028998ef4e9 Mon Sep 17 00:00:00 2001 From: Richard Ramos Date: Tue, 25 Jan 2022 15:27:38 -0400 Subject: [PATCH] fix: adding missing .qrc file --- .gitignore | 2 +- resources/resources.qrc | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 resources/resources.qrc diff --git a/.gitignore b/.gitignore index 80c5b6215..51c0c7290 100644 --- a/.gitignore +++ b/.gitignore @@ -26,7 +26,7 @@ yarn-error.log* yarn.lock TODO resources.rcc -resources.qrc +ui/resources.qrc status-react-translations/ /.update.timestamp notarization.log diff --git a/resources/resources.qrc b/resources/resources.qrc new file mode 100644 index 000000000..267471ce0 --- /dev/null +++ b/resources/resources.qrc @@ -0,0 +1,8 @@ + + + + ./default-networks.json + ./fleets.json + ./node-config.json + + \ No newline at end of file