mirror of
https://github.com/danieladov/jellyfin-plugin-skin-manager.git
synced 2026-03-18 21:30:33 +01:00
Update batch file
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
This will not work if you have installed jellyfin to a custom location
|
@ECHO OFF
|
||||||
|
@echo This will not work if you have installed jellyfin to a custom location
|
||||||
|
set /p ask = Enter 'X' to continue or 'C' to cancel:
|
||||||
|
if "%ask%" neq "x" (
|
||||||
|
@echo starting install...
|
||||||
dotnet publish --configuration Release --output bin
|
dotnet publish --configuration Release --output bin
|
||||||
move bin\Jellyfin.Plugin.SkinManager.dll C:\ProgramData\Jellyfin\Server\plugins\SkinManager
|
move bin\Jellyfin.Plugin.SkinManager.dll C:\ProgramData\Jellyfin\Server\plugins\SkinManager
|
||||||
|
)
|
||||||
Reference in New Issue
Block a user