Remove hard-coded paths and installer name from NSIS installer script
commit3e69d3e833af3ccc50bd242bf5ab2145859b7599
authorEnrico Tröger <enrico.troeger@uvena.de>
Sun, 20 Sep 2020 13:39:07 +0000 (20 15:39 +0200)
committerEnrico Tröger <enrico.troeger@uvena.de>
Sat, 9 Oct 2021 10:05:59 +0000 (9 12:05 +0200)
treeee734cbf7e419fdf40b16b703aa0a72a1b09d014
parentd452994a75627dc282ef3223b235fc379d090cb0
Remove hard-coded paths and installer name from NSIS installer script

This makes the paths for external resources configurable using command
line flags (e.g. /DGEANY_THEMES_DIR=/something/geany-themes) and
also the resulting installer filename can be set via command line flags.

The "INCLUDE_GTK" command line is removed as we always include
the GTK bundle.
The GTK version detection was removed and now we always bundle the GTK3
specific CSS files.
geany.nsi.in