duckstation.sh 202 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14
#!/bin/sh

TAR="$1"
RETURNTARNAME="$2"

. $(dirname $0)/common.sh

VERSION="$(date -r "$TAR" "+%Y.%m.%d")"

PKGNAME="$PRODUCT-$VERSION"

cp $TAR $PKGNAME.AppImage || fatal

return_tar $PKGNAME.AppImage