mirror of
https://github.com/9001/copyparty.git
synced 2025-10-23 04:52:21 +00:00
sfx: add english-only
This commit is contained in:
@@ -33,6 +33,7 @@ rm -f ../dist/copyparty-sfx*
|
||||
shift
|
||||
./make-sfx.sh "$@"
|
||||
../dist/copyparty-sfx.py --version >/dev/null
|
||||
mv ../dist/copyparty-{sfx,int}.py
|
||||
|
||||
while [ "$1" ]; do
|
||||
case "$1" in
|
||||
@@ -42,4 +43,8 @@ while [ "$1" ]; do
|
||||
shift
|
||||
done
|
||||
|
||||
./make-sfx.sh re lang eng "$@"
|
||||
mv ../dist/copyparty-{sfx,en}.py
|
||||
mv ../dist/copyparty-{int,sfx}.py
|
||||
|
||||
# git tag -d v$v; git push --delete origin v$v
|
||||
|
Reference in New Issue
Block a user