mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 09:52:37 +02:00
Add env.py to hashed/cached files
This commit is contained in:
parent
23f10778ef
commit
ca5cacaf2e
1 changed files with 1 additions and 0 deletions
|
@ -290,6 +290,7 @@ def get_build_dir_sources(distro, version):
|
|||
sources = [
|
||||
git_root() / "pyproject.toml",
|
||||
git_root() / "uv.lock",
|
||||
git_root() / "dev_scripts" / "env.py",
|
||||
git_root() / "dev_scripts" / "storage.conf",
|
||||
git_root() / "dev_scripts" / "containers.conf",
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue