Skip to content

Commit

Permalink
add new path to find 7zip macos
Browse files Browse the repository at this point in the history
  • Loading branch information
jgstew committed Jul 7, 2024
1 parent 9cae42e commit c50c0e1
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions SharedProcessors/ExtractorSevenZip.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
# NONINTERACTIVE=1 brew install p7zip
"/opt/homebrew/bin/7z",
"/usr/local/bin/7z",
"/opt/homebrew/bin/7zz",
# NONINTERACTIVE=1 brew install sevenzip
"/usr/local/bin/7zz",
# Ubuntu typical:
Expand Down
1 change: 1 addition & 0 deletions SharedProcessors/ExtractorShutilUnpack.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
# NONINTERACTIVE=1 brew install p7zip
"/opt/homebrew/bin/7z",
"/usr/local/bin/7z",
"/opt/homebrew/bin/7zz",
# NONINTERACTIVE=1 brew install sevenzip
"/usr/local/bin/7zz",
# Ubuntu typical:
Expand Down
1 change: 1 addition & 0 deletions SharedProcessors/FileExeVersionExtractor.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
# NONINTERACTIVE=1 brew install p7zip
"/opt/homebrew/bin/7z",
"/usr/local/bin/7z",
"/opt/homebrew/bin/7zz",
# NONINTERACTIVE=1 brew install sevenzip
"/usr/local/bin/7zz",
# Ubuntu typical:
Expand Down
1 change: 1 addition & 0 deletions SharedProcessors/SevenZip.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
# NONINTERACTIVE=1 brew install p7zip
"/opt/homebrew/bin/7z",
"/usr/local/bin/7z",
"/opt/homebrew/bin/7zz",
# NONINTERACTIVE=1 brew install sevenzip
"/usr/local/bin/7zz",
# Ubuntu typical:
Expand Down
1 change: 1 addition & 0 deletions Test-Recipes/FileEncodingConvert.test.recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Process:
# NONINTERACTIVE=1 brew install p7zip
"/opt/homebrew/bin/7z",
"/usr/local/bin/7z",
"/opt/homebrew/bin/7zz",
# NONINTERACTIVE=1 brew install sevenzip
"/usr/local/bin/7zz",
# Ubuntu typical:
Expand Down
1 change: 1 addition & 0 deletions Test-Recipes/FileExeVersionExtractor-Win.test.recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Process:
# NONINTERACTIVE=1 brew install p7zip
"/opt/homebrew/bin/7z",
"/usr/local/bin/7z",
"/opt/homebrew/bin/7zz",
# NONINTERACTIVE=1 brew install sevenzip
"/usr/local/bin/7zz",
# Ubuntu typical:
Expand Down
1 change: 1 addition & 0 deletions Test-Recipes/FileGetExecutable.test.recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Process:
# NONINTERACTIVE=1 brew install p7zip
"/opt/homebrew/bin/7z",
"/usr/local/bin/7z",
"/opt/homebrew/bin/7zz",
# NONINTERACTIVE=1 brew install sevenzip
"/usr/local/bin/7zz",
# Ubuntu typical:
Expand Down

0 comments on commit c50c0e1

Please sign in to comment.