mirror of
https://github.com/daijro/camoufox.git
synced 2026-08-19 16:00:59 +00:00
pythonlib: Fix MacOS target path
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
# Set to environment variables
|
||||
import os
|
||||
import sys
|
||||
from os import environ
|
||||
@@ -24,7 +23,7 @@ from .xpi_dl import add_default_addons
|
||||
LAUNCH_FILE = {
|
||||
'win': 'camoufox.exe',
|
||||
'lin': 'camoufox-bin',
|
||||
'mac': 'camoufox',
|
||||
'mac': '../MacOS/camoufox',
|
||||
}
|
||||
|
||||
ListOrString: TypeAlias = Union[Tuple[str, ...], List[str], str]
|
||||
|
||||
Reference in New Issue
Block a user