From 3d98440d53378aaa6da87ed65e9abb2f96f7ee49 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Thu, 25 Nov 2010 11:16:28 -0800 Subject: [PATCH] altosui: Make windows bits build after moving altosui directory Signed-off-by: Keith Packard --- altosui/altos-windows.nsi | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/altosui/altos-windows.nsi b/altosui/altos-windows.nsi index 37777fd6..d7c4b32a 100644 --- a/altosui/altos-windows.nsi +++ b/altosui/altos-windows.nsi @@ -9,7 +9,7 @@ InstallDir "$PROGRAMFILES\AltusMetrum" InstallDirRegKey HKLM "Software\AltusMetrum" "Install_Dir" LicenseText "GNU General Public License Version 2" -LicenseData "../../COPYING" +LicenseData "../COPYING" ; Need admin privs for Vista or Win7 RequestExecutionLevel admin @@ -38,11 +38,11 @@ Section "Install Driver" InstDriver InstDrv::DeleteOemInfFiles /NOUNLOAD InstDrv::CreateDevice /NOUNLOAD SetOutPath $TEMP - File "../../telemetrum.inf" + File "../telemetrum.inf" InstDrv::InstallDriver /NOUNLOAD "$TEMP\telemetrum.inf" SetOutPath $INSTDIR - File "../../telemetrum.inf" + File "../telemetrum.inf" SectionEnd Section "AltosUI Application" @@ -59,7 +59,7 @@ Section "AltosUI Application" File "*.dll" - File "../../icon/*.ico" + File "../icon/*.ico" CreateShortCut "$SMPROGRAMS\AltusMetrum.lnk" "$INSTDIR\altosui-fat.jar" "" "$INSTDIR\altus-metrum.ico" SectionEnd @@ -72,8 +72,8 @@ Section "TeleMetrum and TeleDongle Firmware" SetOutPath $INSTDIR - File "../../src/telemetrum-v1.0/telemetrum-v1.0-${VERSION}.ihx" - File "../../src/teledongle-v0.2/teledongle-v0.2-${VERSION}.ihx" + File "../src/telemetrum-v1.0/telemetrum-v1.0-${VERSION}.ihx" + File "../src/teledongle-v0.2/teledongle-v0.2-${VERSION}.ihx" SectionEnd -- 2.30.2