mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-29 18:22:37 +02:00
Use str for DEFAULT_PUBKEY_LOCATION
This commit is contained in:
parent
872dc97edb
commit
7caa6cd84e
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ def appdata_dir() -> Path:
|
||||||
DEFAULT_LOG_INDEX = 0
|
DEFAULT_LOG_INDEX = 0
|
||||||
|
|
||||||
# XXX Store this somewhere else.
|
# XXX Store this somewhere else.
|
||||||
DEFAULT_PUBKEY_LOCATION = get_resource_path("freedomofpress-dangerzone-pub.key")
|
DEFAULT_PUBKEY_LOCATION = str(get_resource_path("freedomofpress-dangerzone-pub.key"))
|
||||||
SIGNATURES_PATH = appdata_dir() / "signatures"
|
SIGNATURES_PATH = appdata_dir() / "signatures"
|
||||||
LAST_LOG_INDEX = SIGNATURES_PATH / "last_log_index"
|
LAST_LOG_INDEX = SIGNATURES_PATH / "last_log_index"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue