mirror of
https://github.com/danieladov/jellyfin-plugin-skin-manager.git
synced 2026-01-18 16:37:31 +01:00
Update batch file
This commit is contained in:
11
install.bat
11
install.bat
@@ -1,3 +1,8 @@
|
||||
This will not work if you have installed jellyfin to a custom location
|
||||
dotnet publish --configuration Release --output bin
|
||||
move bin\Jellyfin.Plugin.SkinManager.dll C:\ProgramData\Jellyfin\Server\plugins\SkinManager
|
||||
@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
|
||||
move bin\Jellyfin.Plugin.SkinManager.dll C:\ProgramData\Jellyfin\Server\plugins\SkinManager
|
||||
)
|
||||
Reference in New Issue
Block a user