Skip to content

Commit

Permalink
chore(electron): pnpm start failed after cross pack (#1479)
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackHole1 authored Apr 18, 2022
1 parent 2ea4e47 commit 57f5dd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion desktop/main-app/scripts/pack/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,6 @@ const buildElectron = async () => {
// when the build is complete, we need to restore agora addon, otherwise there will be problems if we continue development after the build is complete
const systemType = process.platform === "darwin" ? "mac" : "win";
if (systemType !== getAgoraReleaseType()) {
return downloadAddon(buildType);
return downloadAddon(systemType);
}
})();

0 comments on commit 57f5dd8

Please sign in to comment.