Skip to content

Commit ad835a0

Browse files
committed
Package fix
1 parent 57e7dbf commit ad835a0

16 files changed

+13
-7
lines changed

changelog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
1.52.1:
2+
- Fix bug where you could not start servers by hand
3+
- Fix corrupt library TAR archives since around v1.50
4+
- Upgrade certifi to 2025.8.3 from 2025.1.31
5+
- Upgrade charset-normalizer to 3.4.3 from 3.4.1
16
1.52:
27
- Add improved CLI system
38
- Run with -s <id> to automatically start that server

dofile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,10 @@
6969
python3 scripts/minify.py dist/craftserversetup.py dist/craftserversetup.py.tmp
7070
rm -rf scripts/python_minifier
7171
mv dist/craftserversetup.py.tmp dist/craftserversetup.py
72-
chmod +x dist/craftserversetup.py
72+
7373

7474
fi
75+
chmod +x dist/craftserversetup.py
7576
mv dist/craftserversetup.py dist/craftserversetup
7677
cp dist/craftserversetup "$INSTALLDIR/craftserversetup"
7778

lib/certifi-2025.1.31.tar.xz

-147 KB
Binary file not shown.

lib/certifi-2025.8.3.tar.xz

142 KB
Binary file not shown.
-26.2 KB
Binary file not shown.
28.3 KB
Binary file not shown.

lib/cursesplus-3.20.1.tar.xz

-84 Bytes
Binary file not shown.

lib/idna-3.10.tar.xz

-1.21 KB
Binary file not shown.

lib/pyyaml-6.0.2.tar.xz

30.8 KB
Binary file not shown.

lib/pyyaml-6.1.tar.xz

-30.8 KB
Binary file not shown.

0 commit comments

Comments
 (0)