diff options
Diffstat (limited to 'deployment/win-x64/package.sh')
| -rwxr-xr-x | deployment/win-x64/package.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/deployment/win-x64/package.sh b/deployment/win-x64/package.sh new file mode 100755 index 0000000000..e8410e8c23 --- /dev/null +++ b/deployment/win-x64/package.sh @@ -0,0 +1,9 @@ +#!/usr/bin/env bash + +source ../common.build.sh + +VERSION=`get_version ../..` + +package_portable ../.. `pwd`/dist/jellyfin_${VERSION} + +#TODO setup and maybe change above code to produce the Windows native zip format. |
