We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4795d0d commit 20f45d4Copy full SHA for 20f45d4
src/electron.js
@@ -79,7 +79,7 @@ class ElectronLoader {
79
static /** @type {string} */ APP_VERSION = ElectronLoader.APP_PACKAGE.version;
80
static /** @type {Record<AppResource, string>} */ APP_RESOURCES = {
81
"readme_offline": `file://${process.cwd()}/README.md`,
82
- "readme_online": `${ElectronLoader.APP_PACKAGE.repository}/blob/${ElectronLoader.APP_VERSION}/README.md`,
+ "readme_online": `${ElectronLoader.APP_PACKAGE.repository}/blob/v${ElectronLoader.APP_VERSION}/README.md`,
83
"license": `file://${process.cwd()}/LICENSE`,
84
"homepage": ElectronLoader.APP_PACKAGE.repository,
85
"issues": `${ElectronLoader.APP_PACKAGE.repository}/issues`,
0 commit comments