mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
Add new project files to archiver
This commit is contained in:
parent
05771f74f7
commit
860e58432b
@ -194,6 +194,8 @@ void KICAD_MANAGER_FRAME::OnArchiveFiles( wxCommandEvent& event )
|
||||
// List of file extensions to save.
|
||||
static const wxChar* extensionList[] = {
|
||||
wxT( "*.pro" ),
|
||||
wxT( "*.kicad_pro" ),
|
||||
wxT( "*.kicad_prl" ),
|
||||
wxT( "*.sch" ), // Legacy schematic files
|
||||
wxT( "*.kicad_sch" ), // Schematic files
|
||||
wxT( "*.lib" ), wxT( "*.dcm" ), // Legacy schematic library files
|
||||
|
Loading…
x
Reference in New Issue
Block a user