diff options
author | Keith Packard <keithp@keithp.com> | 2014-05-28 20:00:10 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2014-05-28 22:02:31 -0700 |
commit | d6c5904e2a05c8ae023a8cd954cf16c19c477d7d (patch) | |
tree | dad73e391833177021ad05707ad5f180c466e9a2 | |
parent | fe14315d4cfccf8b53d9c4b7fa79302fd36b2c9a (diff) |
telegps: Use altosui's Instdrv NSIS plugin for telegps
Instead of copying it, just point at it
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r-- | telegps/.gitignore | 1 | ||||
-rw-r--r-- | telegps/telegps-windows.nsi.in | 2 |
2 files changed, 2 insertions, 1 deletions
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" |