Skip to content

Commit

Permalink
electron fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ikreymer committed Apr 11, 2024
1 parent 4637ca4 commit 33ec3c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/electron-main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import path from "path";

// ============================================================================
const replayApp = new ElectronReplayApp({
staticPath: path.join(__dirname, "../site"),
staticPath: path.join(__dirname, "../"),
profileName: "replaywebpage",
});

Expand Down

0 comments on commit 33ec3c2

Please sign in to comment.