Skip to content

Commit 3dfd574

Browse files
committed
macOS build
1 parent d476b82 commit 3dfd574

4 files changed

Lines changed: 11 additions & 2 deletions

File tree

β€ŽappPy/Pipfileβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ pytest-mock = "*"
2121
click = "*"
2222
pywin32-ctypes = "*"
2323
pefile = "*"
24+
macholib = "*"
2425

2526
[requires]
2627
python_version = "3.12"

β€ŽappPy/Pipfile.lockβ€Ž

Lines changed: 9 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€ŽappUI/electron/backendChildProcess.tsβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const getBinaryFile = () => {
99
const platform = os.platform();
1010
if (platform === 'win32') return 'VLizard_server.exe';
1111
if (platform === 'linux') return 'VLizard_server';
12-
// if (platform === 'darwin') return 'macOS';
12+
if (platform === 'darwin') return 'VLizard_server';
1313
return '';
1414
};
1515

β€ŽappUI/public/icon.pngβ€Ž

790 Bytes
Loading

0 commit comments

Comments
Β (0)