diff options
-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" |