diff options
| author | crobibero <cody@robibe.ro> | 2020-10-09 18:02:53 -0600 |
|---|---|---|
| committer | crobibero <cody@robibe.ro> | 2020-10-09 18:02:53 -0600 |
| commit | 1bbd8df92b1a5ef1661693810f089d9884e416d3 (patch) | |
| tree | ff1b7b60c20fee48008ac1b825112d6a1f39516c /deployment | |
| parent | 10d48b062315581adc4706530bc388d53ff232a4 (diff) | |
Remove references to legacy scripts
Diffstat (limited to 'deployment')
| -rwxr-xr-x | deployment/build.windows.amd64 | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/deployment/build.windows.amd64 b/deployment/build.windows.amd64 index afe490576..a9daa6a23 100755 --- a/deployment/build.windows.amd64 +++ b/deployment/build.windows.amd64 @@ -35,10 +35,6 @@ unzip ${addin_build_dir}/jellyfin-ffmpeg.zip -d ${addin_build_dir}/jellyfin-ffmp cp ${addin_build_dir}/jellyfin-ffmpeg/* ${output_dir} rm -rf ${addin_build_dir} -# Prepare scripts -cp ${SOURCE_DIR}/windows/legacy/install-jellyfin.ps1 ${output_dir}/install-jellyfin.ps1 -cp ${SOURCE_DIR}/windows/legacy/install.bat ${output_dir}/install.bat - # Create zip package pushd dist zip -qr jellyfin-server_${version}.portable.zip jellyfin-server_${version} |
