add notarizing
This commit is contained in:
@@ -24,7 +24,6 @@ mac:
|
||||
- NSMicrophoneUsageDescription: Application requests access to the device's microphone.
|
||||
- NSDocumentsFolderUsageDescription: Application requests access to the user's Documents folder.
|
||||
- NSDownloadsFolderUsageDescription: Application requests access to the user's Downloads folder.
|
||||
notarize: false
|
||||
dmg:
|
||||
artifactName: ${name}-${version}.${ext}
|
||||
linux:
|
||||
|
||||
@@ -71,6 +71,7 @@ const updateTitle = _debounce(async (editor) => {
|
||||
|
||||
onMounted(async () => {
|
||||
const note = await loadNote(id)
|
||||
console.log(note)
|
||||
lastTitle = note.title
|
||||
|
||||
editor.value = new Editor({
|
||||
@@ -90,11 +91,9 @@ onMounted(async () => {
|
||||
}
|
||||
},
|
||||
}),
|
||||
Markdown.configure({}),
|
||||
Image,
|
||||
],
|
||||
content: note.content,
|
||||
contentType: 'markdown',
|
||||
onUpdate: updateNote,
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user