Skip to content

Commit

Permalink
Fix webextension build metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaschampagne committed Aug 6, 2024
1 parent 13e2a50 commit 3858b36
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export class ExtensionVersionsProvider extends VersionsProvider {
}

public getBuildMetadata(): Promise<{ commit: string; date: string }> {
const buildMetadata = require("../../../../../../../desktop/build_metadata.json");
const buildMetadata = require("../../../../../../../webextension/build_metadata.json");
return Promise.resolve(buildMetadata);
}

Expand Down

0 comments on commit 3858b36

Please sign in to comment.