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:
parent
1ea3173175
commit
c587788430
@ -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" )
|
||||
|
Loading…
Reference in New Issue
Block a user