7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-11 14:50:11 +00:00

include kicad_jobset files in project archives

Fixes https://gitlab.com/kicad/code/kicad/-/issues/19350
This commit is contained in:
Graham Keeth 2024-12-21 16:46:27 -05:00
parent 1ea3173175
commit c587788430

View File

@ -154,6 +154,7 @@ bool PROJECT_ARCHIVER::Archive( const wxString& aSrcDir, const wxString& aDestFi
wxT( "*.kicad_mod" ),
wxT( "*.kicad_dru" ),
wxT( "*.kicad_wks" ),
wxT( "*.kicad_jobset" ),
wxT( "*.wbk" ),
wxT( "fp-lib-table" ),
wxT( "sym-lib-table" )