chore: add inner desktop as workspace so version gets bumped automatically

This commit is contained in:
Mo
2022-06-15 20:55:05 -05:00
parent 05c56a5235
commit 6758c82b99
11 changed files with 28 additions and 30 deletions

View File

@@ -144,7 +144,7 @@ export function setupUpdates(window: BrowserWindow, appState: AppState, backupsM
}
export function openChangelog(state: UpdateState): void {
const url = 'https://github.com/standardnotes/desktop/releases'
const url = 'https://github.com/standardnotes/app/releases'
if (state.latestVersion) {
void shell.openExternal(`${url}/tag/v${state.latestVersion}`)
} else {