chore: add inner desktop as workspace so version gets bumped automatically
This commit is contained in:
@@ -238,8 +238,9 @@ const Urls = {
|
||||
Website: 'https://standardnotes.com',
|
||||
GitHub: 'https://github.com/standardnotes',
|
||||
Slack: 'https://standardnotes.com/slack',
|
||||
Discord: 'https://standardnotes.com/discord',
|
||||
Twitter: 'https://twitter.com/StandardNotes',
|
||||
GitHubReleases: 'https://github.com/standardnotes/desktop/releases',
|
||||
GitHubReleases: 'https://github.com/standardnotes/app/releases',
|
||||
}
|
||||
|
||||
function macAppMenu(appName: string): MenuItemConstructorOptions {
|
||||
@@ -596,6 +597,12 @@ function helpMenu(window: Electron.BrowserWindow, shell: Electron.Shell) {
|
||||
void shell.openExternal(Urls.GitHub)
|
||||
},
|
||||
},
|
||||
{
|
||||
label: str().discord,
|
||||
click() {
|
||||
void shell.openExternal(Urls.Discord)
|
||||
},
|
||||
},
|
||||
{
|
||||
label: str().slack,
|
||||
click() {
|
||||
|
||||
Reference in New Issue
Block a user