mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-07-21 00:58:10 -07:00
Merge branch 'dev' of https://github.com/flipperdevices/flipperzero-firmware into mntm-dev
This commit is contained in:
@@ -104,12 +104,6 @@ class PosixPathWrapper:
|
||||
return self.fix_path(env.subst(self.pathobj))
|
||||
|
||||
|
||||
def path_as_posix(path):
|
||||
if SCons.Platform.platform_default() == "win32":
|
||||
return path.replace(os.path.sep, os.path.altsep)
|
||||
return path
|
||||
|
||||
|
||||
def open_browser_action(target, source, env):
|
||||
if sys.platform == "darwin":
|
||||
subprocess.run(["open", source[0].abspath])
|
||||
|
||||
Reference in New Issue
Block a user