build: Don't install *.bat scripts on Unix

This commit is contained in:
Marvin Schmidt 2017-11-02 21:36:43 +01:00
parent 8a62aeb18d
commit c21a2a8a55
1 changed files with 1 additions and 0 deletions

View File

@ -770,6 +770,7 @@ if( UNIX )
install( DIRECTORY scripts
DESTINATION ${KICAD_DOCS}
COMPONENT resources
PATTERN "*.bat" EXCLUDE
)
endif()