mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-02 14:36:15 -04:00
Properly specify onionshare_cli package_data
This commit is contained in:
parent
78e349ab76
commit
5328d2f643
2 changed files with 3 additions and 2 deletions
|
@ -74,8 +74,9 @@ class Common:
|
|||
"""
|
||||
Returns the absolute path of a resource
|
||||
"""
|
||||
self.log("Common", "get_resource_path", f"filename={filename}")
|
||||
path = resource_filename("onionshare_cli", os.path.join("resources", filename))
|
||||
self.log("Common", "get_resource_path", path)
|
||||
self.log("Common", "get_resource_path", f"filename={filename}, path={path}")
|
||||
return path
|
||||
|
||||
def get_tor_paths(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue