File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed
Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 99 <description >
1010 <![CDATA[
1111 <ul>
12- <li>Added support of payment id for Send (GraftMobile#8)</li>
1312 <li>Added support of auto updater for Windows and MacOS</li>
1413 <li>Updated About page and integrated Graft Blog</li>
1514 <li>Fixed black screen on MacOS</li>
Original file line number Diff line number Diff line change @@ -121,6 +121,7 @@ Section "!${APPNAME} ${VERSION}" SecGraftPOS
121121 File " Qt5Widgets.dll"
122122 File " ssleay32.dll"
123123 File " WinSparkle.dll"
124+ File " Qt5Positioning.dll"
124125 File " Qt5WebChannel.dll"
125126 File " Qt5WebEngine.dll"
126127 File " Qt5WebEngineCore.dll"
@@ -140,6 +141,7 @@ Section "!${APPNAME} ${VERSION}" SecGraftPOS
140141 File /r " QtQuick"
141142 File /r " QtQuick.2"
142143 File /r " scenegraph"
144+ File /r " resources"
143145 File /r " QtWebEngine"
144146 File /r " QtWebView"
145147 File /r " webview"
Original file line number Diff line number Diff line change @@ -119,6 +119,7 @@ Section "!${APPNAME} ${VERSION}" SecGraftWallet
119119 File " Qt5Widgets.dll"
120120 File " ssleay32.dll"
121121 File " WinSparkle.dll"
122+ File " Qt5Positioning.dll"
122123 File " Qt5WebChannel.dll"
123124 File " Qt5WebEngine.dll"
124125 File " Qt5WebEngineCore.dll"
@@ -137,6 +138,7 @@ Section "!${APPNAME} ${VERSION}" SecGraftWallet
137138 File /r " QtQuick"
138139 File /r " QtQuick.2"
139140 File /r " scenegraph"
141+ File /r " resources"
140142 File /r " QtWebEngine"
141143 File /r " QtWebView"
142144 File /r " webview"
You can’t perform that action at this time.
0 commit comments