@@ -118,9 +118,13 @@ jobs:
118
118
shell : bash
119
119
run : |
120
120
source PawPaw/local.env win32
121
- mkdir Chibi-win32
121
+ mkdir -p Chibi-win32/{imageformats,iconengines,platforms,styles}
122
122
mv build/*.exe build/carla/cmake/carla-discovery-*.exe build/carla/cmake/*.dll Chibi-win32/
123
- cp ${PAWPAW_PREFIX}/bin/Qt5{Core,Gui,Widgets}.dll Chibi-win32/
123
+ cp ${PAWPAW_PREFIX}/bin/Qt5{Core,Gui,Svg,Widgets}.dll Chibi-win32/
124
+ cp ${PAWPAW_PREFIX}/lib/qt5/plugins/imageformats/qsvg.dll Chibi-win32/imageformats/
125
+ cp ${PAWPAW_PREFIX}/lib/qt5/plugins/iconengines/qsvgicon.dll Chibi-win32/iconengines/
126
+ cp ${PAWPAW_PREFIX}/lib/qt5/plugins/platforms/qwindows.dll Chibi-win32/platforms/
127
+ cp ${PAWPAW_PREFIX}/lib/qt5/plugins/styles/qwindowsvistastyle.dll Chibi-win32/styles/
124
128
zip -r -9 Chibi-win32.zip Chibi-win32
125
129
- uses : actions/upload-artifact@v3
126
130
with :
@@ -194,9 +198,13 @@ jobs:
194
198
shell : bash
195
199
run : |
196
200
source PawPaw/local.env win64
197
- mkdir Chibi-win64
201
+ mkdir -p Chibi-win64/{imageformats,iconengines,platforms,styles}
198
202
mv build/*.exe build/carla/cmake/carla-discovery-*.exe build/carla/cmake/*.dll Chibi-win64/
199
- cp ${PAWPAW_PREFIX}/bin/Qt5{Core,Gui,Widgets}.dll Chibi-win64/
203
+ cp ${PAWPAW_PREFIX}/bin/Qt5{Core,Gui,Svg,Widgets}.dll Chibi-win64/
204
+ cp ${PAWPAW_PREFIX}/lib/qt5/plugins/imageformats/qsvg.dll Chibi-win64/imageformats/
205
+ cp ${PAWPAW_PREFIX}/lib/qt5/plugins/iconengines/qsvgicon.dll Chibi-win64/iconengines/
206
+ cp ${PAWPAW_PREFIX}/lib/qt5/plugins/platforms/qwindows.dll Chibi-win64/platforms/
207
+ cp ${PAWPAW_PREFIX}/lib/qt5/plugins/styles/qwindowsvistastyle.dll Chibi-win64/styles/
200
208
zip -r -9 Chibi-win64.zip Chibi-win64
201
209
- uses : actions/upload-artifact@v3
202
210
with :
0 commit comments