fix: adding missing .qrc file

This commit is contained in:
Richard Ramos
2022-02-01 15:48:54 -04:00
parent 2a461488b2
commit 08f7320908
2 changed files with 9 additions and 1 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ yarn-error.log*
yarn.lock
TODO
resources.rcc
resources.qrc
ui/resources.qrc
status-react-translations/
/.update.timestamp
notarization.log
+8
View File
@@ -0,0 +1,8 @@
<!DOCTYPE RCC>
<RCC version="1.0">
<qresource prefix="/resources">
<file>./default-networks.json</file>
<file>./fleets.json</file>
<file>./node-config.json</file>
</qresource>
</RCC>