mirror of
https://github.com/mickael-kerjean/filestash.git
synced 2026-01-06 04:49:36 -06:00
chore (maintenance): plg_override_actiondelete maintenance
This commit is contained in:
6
server/plugin/plg_override_actiondelete/Makefile
Normal file
6
server/plugin/plg_override_actiondelete/Makefile
Normal file
@@ -0,0 +1,6 @@
|
||||
all:
|
||||
make install
|
||||
|
||||
install:
|
||||
zip -r override_actiondelete.zip .
|
||||
mv override_actiondelete.zip ../../../dist/data/state/plugins/
|
||||
10
server/plugin/plg_override_actiondelete/manifest.json
Normal file
10
server/plugin/plg_override_actiondelete/manifest.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"author": "Filestash Pty Ltd",
|
||||
"version": "v0.0",
|
||||
"modules": [
|
||||
{
|
||||
"type": "patch",
|
||||
"entrypoint": "filespage_thing.diff"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user