diff --git a/README.md b/README.md index e063e4af..476d8ddc 100644 --- a/README.md +++ b/README.md @@ -2848,6 +2848,8 @@ these are standalone programs and will never be imported / evaluated by copypart the self-contained "binary" (recommended!) [copyparty-sfx.py](https://github.com/9001/copyparty/releases/latest/download/copyparty-sfx.py) will unpack itself and run copyparty, assuming you have python installed of course +if you only need english, [copyparty-en.py](https://github.com/9001/copyparty/releases/latest/download/copyparty-en.py) is the same thing but smaller + you can reduce the sfx size by repacking it; see [./docs/devnotes.md#sfx-repack](./docs/devnotes.md#sfx-repack) diff --git a/scripts/rls.sh b/scripts/rls.sh index e72eef0d..767ca2de 100755 --- a/scripts/rls.sh +++ b/scripts/rls.sh @@ -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