summaryrefslogtreecommitdiff
path: root/altosui
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2010-11-25 11:16:28 -0800
committerKeith Packard <keithp@keithp.com>2010-11-25 11:16:28 -0800
commit3d98440d53378aaa6da87ed65e9abb2f96f7ee49 (patch)
tree23b24b174f13c86eaf6d8acf2758e4176cee2895 /altosui
parent4893ed50bc14772986ac02f9b39928f1882da923 (diff)
altosui: Make windows bits build after moving altosui directory
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosui')
-rw-r--r--altosui/altos-windows.nsi12
1 files 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