[geany/geany] 9fd7e7: Windows: Install development files by default with "Full" install target
Enrico Tröger
git-noreply at xxxxx
Sat Oct 9 10:05:59 UTC 2021
Branch: refs/heads/master
Author: Enrico Tröger <enrico.troeger at uvena.de>
Committer: Enrico Tröger <enrico.troeger at uvena.de>
Date: Sat, 09 Oct 2021 10:05:59 UTC
Commit: 9fd7e7afa947d915d621fd069df3e0a96a0b9477
https://github.com/geany/geany/commit/9fd7e7afa947d915d621fd069df3e0a96a0b9477
Log Message:
-----------
Windows: Install development files by default with "Full" install target
This helps with automated CI installations and should be OK for
ordinary users.
Modified Paths:
--------------
geany.nsi.in
Modified: geany.nsi.in
1 lines changed, 1 insertions(+), 0 deletions(-)
===================================================================
@@ -256,6 +256,7 @@ SectionEnd
; Development files
Section "Development files" SEC09
+ SectionIn 1
SetOverwrite ifnewer
SetOutPath "$INSTDIR\include"
File /r "${GEANY_RELEASE_DIR}\include\*"
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
More information about the Commits
mailing list