Browse Source

QJackCtl: include qwindowsvistastyle.dll in jack installer

pull/26/head
Alexis Murzeau Filipe Coelho <falktx@falktx.com> 3 years ago
parent
commit
b54d024659
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      pack-jack2.sh

+ 1
- 0
pack-jack2.sh View File

@@ -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


Loading…
Cancel
Save