Minor tweaks for all done
This commit is contained in:
parent
bbdf7e536a
commit
3f7cdce318
|
@ -113,6 +113,8 @@ jobs:
|
|||
bin/*
|
||||
!bin/*-ladspa.dylib
|
||||
!bin/*-dssi.dylib
|
||||
!bin/lv2
|
||||
!bin/vst2
|
||||
|
||||
win32:
|
||||
runs-on: ubuntu-20.04
|
||||
|
|
|
@ -5,11 +5,14 @@
|
|||
*.exe
|
||||
*.dll
|
||||
*.dylib
|
||||
*.pkg
|
||||
*.so
|
||||
*.zip
|
||||
|
||||
.kdev_include_paths
|
||||
.kdev4/
|
||||
|
||||
.DS_Store
|
||||
|
||||
bin/
|
||||
build/
|
||||
|
|
Loading…
Reference in New Issue