镜像自地址
https://github.com/JGZYES/ParlzPackageManger.git
已同步 2026-09-11 05:42:44 +08:00
- pdm_install_file: when the 'pmm' package is installed, copy the freshly built binary over the currently-running pmm path (e.g. /usr/local/bin/pmm) and clear the shell command hash, so 'pmm -v' reflects the new version without a manual 'hash -r'. Falls back to a hint when the target dir is not writable (non-root). - pmm_add_to_path: prepend PMM dirs on Windows instead of appending, so ~/.pmm/root takes priority over /usr/local/bin (matches Linux .bashrc). - release.yml: add -D_GNU_SOURCE so newer gcc exposes strdup/popen/realpath (fixes implicit-declaration build errors). - CHANGELOG/0.3.7.md