From b693155e7aacb4239a968c5ab46422ceee6decfa Mon Sep 17 00:00:00 2001 From: Emendir Date: Fri, 16 Jan 2026 18:13:48 +0100 Subject: [PATCH] packaging: add time-stamp to pyinstaller python auto prereqs --- packaging/pyinstaller/build_pyinstaller.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packaging/pyinstaller/build_pyinstaller.sh b/packaging/pyinstaller/build_pyinstaller.sh index bd269c8..cfd09af 100755 --- a/packaging/pyinstaller/build_pyinstaller.sh +++ b/packaging/pyinstaller/build_pyinstaller.sh @@ -91,6 +91,8 @@ echo "Generating requirements for $PLATFORM_DIR..." # installs requirements in virtualenv, and documents the recursive list of dependencies $GET_PYTHON_DEPS +sed -i "1i# $(date '+%Y-%m-%d %H:%M:%S') "$REQS_AUTO + # Build with PyInstaller IPFS_TK_MODE=EMBEDDED WALYTIS_BETA_API_TYPE=WALYTIS_BETA_DIRECT_API $PYTHON packaging/pyinstaller/build_pyinstaller.py