diff options
| author | Keith Packard <keithp@keithp.com> | 2014-06-18 02:16:51 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2014-06-18 14:18:42 -0700 |
| commit | 5871225a0c442cf5afa41a444ff8bfb8f4002721 (patch) | |
| tree | e90797c35af20e80839516bb9ba9376531a6fb67 /altosui/Makefile.am | |
| parent | c93c4efefee0dbf6d193466efd6761d9a1849ae9 (diff) | |
windows installer: Create file associations for Windows.
This makes icons appear for the files in the file manager, and lets
you double-click on the files to open the appropriate application.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosui/Makefile.am')
| -rw-r--r-- | altosui/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/altosui/Makefile.am b/altosui/Makefile.am index 98a5e193..45f4467a 100644 --- a/altosui/Makefile.am +++ b/altosui/Makefile.am @@ -90,7 +90,7 @@ ICONJAR= -C $(ICONDIR) altus-metrum-16.png \ -C $(ICONDIR) altus-metrum-128.png \ -C $(ICONDIR) altus-metrum-256.png -WINDOWS_ICON=$(ICONDIR)/altus-metrum.ico +WINDOWS_ICON=$(ICONDIR)/altus-metrum.ico $(ICONDIR)/altus-metrum.exe MACOSX_ICON=$(ICONDIR)/AltosUIIcon.icns # Firmware |
