Skip to content

Commit

Permalink
QJackCtl: include qwindowsvistastyle.dll in jack installer
Browse files Browse the repository at this point in the history
  • Loading branch information
amurzeau authored and falkTX committed Jan 27, 2022
1 parent b41a693 commit b54d024
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pack-jack2.sh
Expand Up @@ -82,6 +82,7 @@ if [ "${WIN32}" -eq 1 ]; then
echo "#define VERSION \"${JACK2_VERSION}\"" > "version.iss"
ln -sf "${PAWPAW_PREFIX}/bin/Qt5"{Core,Gui,Network,Widgets,Xml}".dll" .
ln -sf "${PAWPAW_PREFIX}/lib/qt5/plugins/platforms/qwindows.dll" .
ln -sf "${PAWPAW_PREFIX}/lib/qt5/plugins/styles/qwindowsvistastyle.dll" .
ln -sf "${jack2_prefix}" "${PAWPAW_TARGET}"
env WINEPREFIX="${innodir}" wine "${iscc}" "${PAWPAW_TARGET}.iss"
popd
Expand Down

0 comments on commit b54d024

Please sign in to comment.