Skip to content

Commit 20f45d4

Browse files
committed
Fixed URL for README.
1 parent 4795d0d commit 20f45d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/electron.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ class ElectronLoader {
7979
static /** @type {string} */ APP_VERSION = ElectronLoader.APP_PACKAGE.version;
8080
static /** @type {Record<AppResource, string>} */ APP_RESOURCES = {
8181
"readme_offline": `file://${process.cwd()}/README.md`,
82-
"readme_online": `${ElectronLoader.APP_PACKAGE.repository}/blob/${ElectronLoader.APP_VERSION}/README.md`,
82+
"readme_online": `${ElectronLoader.APP_PACKAGE.repository}/blob/v${ElectronLoader.APP_VERSION}/README.md`,
8383
"license": `file://${process.cwd()}/LICENSE`,
8484
"homepage": ElectronLoader.APP_PACKAGE.repository,
8585
"issues": `${ElectronLoader.APP_PACKAGE.repository}/issues`,

0 commit comments

Comments
 (0)