package.sh 214 B

123456789
  1. #!/usr/bin/env bash
  2. source ../common.build.sh
  3. VERSION=`get_version ../..`
  4. package_portable ../.. `pwd`/dist/jellyfin_${VERSION}
  5. #TODO setup and maybe change above code to produce the Windows native zip format.