Offline help is currently ignored in AS6 extensions - reduce extension size by omitting it from the generated extension VSIX.
This commit is contained in:
parent
397d77cb44
commit
7eaf3d18d2
4 changed files with 2 additions and 12 deletions
|
|
@ -55,7 +55,7 @@ generate_vsix: $(EXTENSION_OUTPUT_XML) $(MODULE_OUTPUT_XML)
|
|||
@python generate_caches.py $(LUFA_ROOT)/../
|
||||
|
||||
@echo "Archiving Content..."
|
||||
@cd $(LUFA_ROOT)/../ && zip contents.zip -q -9 -r --exclude=*$(notdir $(DOXYGEN_TAG_FILE_XML)) --exclude=*StudioIntegration* LUFA Bootloaders Demos Projects extension.xml README.txt
|
||||
@cd $(LUFA_ROOT)/../ && zip contents.zip -q -9 -r --exclude=*Documentation* --exclude=*StudioIntegration* LUFA Bootloaders Demos Projects extension.xml README.txt
|
||||
|
||||
@echo "Creating VSIX Dependencies..."
|
||||
@cp $(LUFA_ROOT)/DoxygenPages/Images/LUFA_thumb.png $(LUFA_ROOT)/../PreviewThumb.png
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue