mirror of
https://source.perfectable.org/nivertius/napi.git
synced 2025-07-02 02:54:31 +02:00
path-agnostic 7zip execution
This commit is contained in:
parent
0e3e1021e2
commit
2de212873d
1 changed files with 1 additions and 1 deletions
2
napi
2
napi
|
@ -73,7 +73,7 @@ for movie_filename in args:
|
|||
subtitle_filename = movie_filename[:-4] + ".srt"
|
||||
|
||||
executed = [
|
||||
'/usr/bin/7z', # executable
|
||||
'7z', # executable
|
||||
'x', # command: extract
|
||||
'-p' + password, # use password
|
||||
'-y', # assume yes on all queries
|
||||
|
|
Loading…
Add table
Reference in a new issue