mirror of
https://github.com/AppleCommander/AppleCommander.git
synced 2026-04-21 10:16:33 +00:00
Adding command line test resources. Also a fix for resources to include. Hypothetically, the matrix build will also run the command line tests to verify the native image.
This commit is contained in:
+5
-5
@@ -5,19 +5,19 @@
|
||||
"pattern": "META-INF/MANIFEST.MF"
|
||||
},
|
||||
{
|
||||
"pattern": "META-INF/services/*"
|
||||
"pattern": "META-INF/services/.*"
|
||||
},
|
||||
{
|
||||
"pattern": "com/webcodepro/applecommander/storage/os/prodos/*"
|
||||
"pattern": "com/webcodepro/applecommander/storage/os/prodos/.*"
|
||||
},
|
||||
{
|
||||
"pattern": "com/webcodepro/applecommander/storage/*"
|
||||
"pattern": "com/webcodepro/applecommander/storage/.*"
|
||||
},
|
||||
{
|
||||
"pattern": "com/webcodepro/applecommander/ui/*"
|
||||
"pattern": "com/webcodepro/applecommander/ui/.*"
|
||||
},
|
||||
{
|
||||
"pattern": "com/webcodepro/applecommander/util/*"
|
||||
"pattern": "com/webcodepro/applecommander/util/.*"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user