fix: adding missing .qrc file
This commit is contained in:
parent
2a461488b2
commit
08f7320908
|
@ -26,7 +26,7 @@ yarn-error.log*
|
||||||
yarn.lock
|
yarn.lock
|
||||||
TODO
|
TODO
|
||||||
resources.rcc
|
resources.rcc
|
||||||
resources.qrc
|
ui/resources.qrc
|
||||||
status-react-translations/
|
status-react-translations/
|
||||||
/.update.timestamp
|
/.update.timestamp
|
||||||
notarization.log
|
notarization.log
|
||||||
|
|
|
@ -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>
|
Loading…
Reference in New Issue