mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-08-07 17:27:01 +08:00
Re-enable Screenrecorder with resource fix (#204)
* Re-enable Screenrecorder with resource fix * add this back * didn't fix * Update CHANGELOGS.md
This commit is contained in:
@@ -10,7 +10,7 @@ if arch == 'larch64':
|
||||
base_libs.append('EGL')
|
||||
|
||||
maps = arch in ['larch64', 'x86_64']
|
||||
screenrecorder = False
|
||||
screenrecorder = arch in ['larch64']
|
||||
|
||||
if maps and arch == 'x86_64':
|
||||
rpath = [Dir(f"#third_party/mapbox-gl-native-qt/{arch}").srcnode().abspath]
|
||||
|
||||
Reference in New Issue
Block a user