mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-29 10:12:38 +02:00
CI: retrigger
This commit is contained in:
parent
7caa6cd84e
commit
784edb83a9
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ def appdata_dir() -> Path:
|
|||
# to ensures the software can't upgrade to container images that predates it.
|
||||
DEFAULT_LOG_INDEX = 0
|
||||
|
||||
# XXX Store this somewhere else.
|
||||
# FIXME Store this somewhere else.
|
||||
DEFAULT_PUBKEY_LOCATION = str(get_resource_path("freedomofpress-dangerzone-pub.key"))
|
||||
SIGNATURES_PATH = appdata_dir() / "signatures"
|
||||
LAST_LOG_INDEX = SIGNATURES_PATH / "last_log_index"
|
||||
|
|
Loading…
Reference in a new issue