👍️[Update] Build : backend.exe -> VRCT-sidecar.exe

This commit is contained in:
misyaguziya
2024-12-04 11:33:19 +09:00
parent 2adf451dbe
commit 90c6daeb29
5 changed files with 6 additions and 6 deletions

View File

@@ -5,7 +5,7 @@ export const useStartPython = () => {
const { receiveRoutes } = useReceiveRoutes();
const asyncStartPython = async () => {
const command = Command.sidecar("bin/backend");
const command = Command.sidecar("bin/VRCT-sidecar");
command.on("error", error => console.error(`error: "${error}"`));
command.stdout.on("data", (line) => {
let parsed_data = "";