mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-21 18:50:47 +03:00
Add script to create archive
[ci skip]
This commit is contained in:
parent
1a3369877e
commit
799885ad24
1 changed files with 0 additions and 6 deletions
|
@ -1,12 +1,6 @@
|
|||
#!/bin/bash -e
|
||||
|
||||
TAG=`git tag -l --points-at HEAD`
|
||||
PREFIX=$(basename "$(pwd -P)")
|
||||
|
||||
if [ ! -z $TAG ]; then
|
||||
PREFIX=$(basename "$(pwd -P)").$TAG
|
||||
fi
|
||||
|
||||
{
|
||||
git ls-files
|
||||
git submodule foreach --recursive --quiet \
|
||||
|
|
Loading…
Reference in a new issue