Skip to content

Commit 96e6dfa

Browse files
Fixed Windows installer scripts
1 parent ef9dc4c commit 96e6dfa

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

GraftMobileClient/pos_update.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
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>

GraftMobileClient/windows/pos/install.nsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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"

GraftMobileClient/windows/wallet/install.nsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)