From: Keith Packard Date: Thu, 29 May 2014 03:00:10 +0000 (-0700) Subject: telegps: Use altosui's Instdrv NSIS plugin for telegps X-Git-Tag: 1.3.2.2~49 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=d6c5904e2a05c8ae023a8cd954cf16c19c477d7d;ds=sidebyside telegps: Use altosui's Instdrv NSIS plugin for telegps Instead of copying it, just point at it Signed-off-by: Keith Packard --- diff --git a/telegps/.gitignore b/telegps/.gitignore index c57079da..edb509f2 100644 --- a/telegps/.gitignore +++ b/telegps/.gitignore @@ -18,6 +18,7 @@ TeleGPS-Linux-*.sh TeleGPS-Mac-*.zip TeleGPS-Windows-*.exe telegps.desktop +telegps-windows.log *.dll *.dylib *.so diff --git a/telegps/telegps-windows.nsi.in b/telegps/telegps-windows.nsi.in index e852f88a..25c4b58c 100644 --- a/telegps/telegps-windows.nsi.in +++ b/telegps/telegps-windows.nsi.in @@ -1,4 +1,4 @@ -!addplugindir Instdrv/NSIS/Plugins +!addplugindir ../altosui/Instdrv/NSIS/Plugins ; Definitions for Java 1.6 Detection !define JRE_VERSION "1.6" !define JRE_ALTERNATE "1.7"