Fixed plugin template to build and copy correctly, allowing settings button to show and the plugin to register. (#84)
This commit is contained in:
Vendored
+2
-2
@@ -60,14 +60,14 @@
|
||||
"command": "cp",
|
||||
"windows": {
|
||||
"args": [
|
||||
"./${config:pluginName}/bin/Debug/net8.0/publish/*",
|
||||
"./${config:pluginName}/bin/Debug/net9.0/publish/*",
|
||||
"${config:jellyfinWindowsDataDir}/plugins/${config:pluginName}/"
|
||||
]
|
||||
},
|
||||
"linux": {
|
||||
"args": [
|
||||
"-r",
|
||||
"./${config:pluginName}/bin/Debug/net8.0/publish/*",
|
||||
"./${config:pluginName}/bin/Debug/net9.0/publish/*",
|
||||
"${config:jellyfinLinuxDataDir}/plugins/${config:pluginName}/"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user