mirror of
https://github.com/tw93/Mole.git
synced 2026-02-14 18:47:28 +00:00
Merge branch 'main' of github.com:tw93/Mole
This commit is contained in:
BIN
bin/analyze-go
BIN
bin/analyze-go
Binary file not shown.
BIN
bin/status-go
BIN
bin/status-go
Binary file not shown.
@@ -115,7 +115,7 @@ scan_applications() {
|
|||||||
local parent_dir
|
local parent_dir
|
||||||
parent_dir=$(dirname "$app_path")
|
parent_dir=$(dirname "$app_path")
|
||||||
if [[ "$parent_dir" == *".app" || "$parent_dir" == *".app/"* ]]; then
|
if [[ "$parent_dir" == *".app" || "$parent_dir" == *".app/"* ]]; then
|
||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Try to get English name from bundle info, fallback to folder name
|
# Try to get English name from bundle info, fallback to folder name
|
||||||
|
|||||||
@@ -115,7 +115,7 @@ scan_applications() {
|
|||||||
local parent_dir
|
local parent_dir
|
||||||
parent_dir=$(dirname "$app_path")
|
parent_dir=$(dirname "$app_path")
|
||||||
if [[ "$parent_dir" == *".app" || "$parent_dir" == *".app/"* ]]; then
|
if [[ "$parent_dir" == *".app" || "$parent_dir" == *".app/"* ]]; then
|
||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Try to get English name from bundle info, fallback to folder name
|
# Try to get English name from bundle info, fallback to folder name
|
||||||
|
|||||||
Reference in New Issue
Block a user