fix: adding missing .qrc file

This commit is contained in:
Richard Ramos 2022-01-25 15:27:38 -04:00
parent 2a461488b2
commit 08f7320908
2 changed files with 9 additions and 1 deletions

2
.gitignore vendored
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
resources/resources.qrc Normal file
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>