Fix pypi no version found error.

Add pypi .whl file handling ability.
Fix git update from correct folder.
This commit is contained in:
Cor Legemaat 2025-08-18 14:50:57 +02:00
commit 9d15518c46
4 changed files with 42 additions and 34 deletions

View file

@ -89,6 +89,7 @@
(old-cwd (getcwd)))
;;Not working for updates only init?
;;(submodule-update repo)
(chdir path)
(system* "/usr/bin/git" "submodule" "update" "autogen")
(chdir (string-join (list path "autogen")
file-name-separator-string))