aboutsummaryrefslogtreecommitdiff
path: root/deployment/win-x86/package.sh
blob: e8410e8c235c36332b8d12ee389cdeb42913430b (plain)
1
2
3
4
5
6
7
8
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.