From 751e771bb17dbee11fd547f77ef804611edd8ff3 Mon Sep 17 00:00:00 2001 From: Raoul Snyman Date: Mon, 5 Dec 2016 23:22:29 +0200 Subject: [PATCH] Update AppVeyor config --- windows/config-appveyor.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/windows/config-appveyor.ini b/windows/config-appveyor.ini index 73f548b..d341c77 100644 --- a/windows/config-appveyor.ini +++ b/windows/config-appveyor.ini @@ -8,13 +8,13 @@ psvince = %(here)s\psvince.dll lrelease = %(sitepackages)s\PyQt5\bin\lrelease.exe portablelauncher = %(here)s\..\..\PortableApps.comLauncher\PortableApps.comLauncherGenerator.exe portableinstaller = %(here)s\..\..\PortableApps.comInstaller\PortableApps.comInstaller.exe -mutoolbin = %(here)s\..\..\mupdf-1.9a-windows\mutool.exe -mediainfobin = %(here)s\..\..\MediaInfo\MediaInfo.exe +mutool = %(here)s\..\..\mupdf-1.9a-windows\mutool.exe +mediainfo = %(here)s\..\..\MediaInfo\MediaInfo.exe [paths] branch = %(projects)s\trunk documentation = %(projects)s\documentation -win32icon = %(here)s\OpenLP.ico +icon = %(here)s\OpenLP.ico hooks = %(here)s\..\pyinstaller-hooks portable = %(projects)s\OpenLPPortable