Skip to content

Commit ffaa796

Browse files
committed
Revert pre-packed backend filename
1 parent 060d87e commit ffaa796

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

public/electron/constants.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ const getMacOSExecutablePath = () => {
4545
};
4646
const macOSExecutablePath = getMacOSExecutablePath();
4747

48-
// const macOSPrepackageBackend = path.join(macOSExecutablePath, "Contents", "Resources", "oobee-portable-mac.zip");
49-
const macOSPrepackageBackend = path.join(process.resourcesPath, "oobee-portable-mac.zip");
48+
const macOSPrepackageBackend = path.join(process.resourcesPath, "purple-a11y-portable-mac.zip");
5049

5150
const resultsPath =
5251
os.platform() === "win32"

0 commit comments

Comments
 (0)