Skip to content

Commit

Permalink
Add py3-mac-universal directory support
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayowel committed Sep 20, 2023
1 parent a07921b commit f348d80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/adapter/system.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export function getRenpyPythonPath(directory: string): string {
const ext = pickOsValue('.exe', '', '');
const python_paths = [
`lib/py3-${os}-x86_64/python${ext}`,
`lib/py3-${os}-universal/python${ext}`,
`lib/py2-${os}-x86_64/python${ext}`,
`lib/${os}-x86_64/python${ext}`
];
Expand Down

0 comments on commit f348d80

Please sign in to comment.