Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/desktop/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "appsdesktop"
version = "0.1.0"
description = "A Tauri App"
description = "Local-first Markdown notes with wikilinks and backlinks"
authors = ["you"]
edition = "2021"

Expand Down
19 changes: 19 additions & 0 deletions apps/desktop/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,25 @@
},
"bundle": {
"active": true,
"publisher": "Liminal HQ",
"homepage": "https://github.com/ScottMorris/liminal-notes",
"license": "MIT",
"shortDescription": "Local-first Markdown notes with wikilinks and backlinks.",
"longDescription": "Liminal Notes is a local-first Markdown note app focused on a single vault, fast editing, wikilinks, backlinks, and simple search. Notes stay as regular files on disk so your data remains portable.",
"windows": {
"allowDowngrades": false,
"webviewInstallMode": {
"type": "downloadBootstrapper",
"silent": true
},
"nsis": {
"installMode": "currentUser",
"startMenuFolder": "Liminal Notes"
},
"wix": {
"upgradeCode": "1b504da7-be33-5318-a411-bff50bdfd267"
}
},
"targets": "all",
"icon": [
"icons/32x32.png",
Expand Down