add simplenote

This commit is contained in:
wcbing 2025-10-06 18:37:38 +08:00
parent 1403781246
commit 8c45a9023e
2 changed files with 8 additions and 0 deletions

View File

@ -74,6 +74,7 @@
| [SPlayer](https://github.com/imsyy/SPlayer) | splayer | ✅ | | | [SPlayer](https://github.com/imsyy/SPlayer) | splayer | ✅ | |
| [WinBoat](https://github.com/TibixDev/winboat) | winboat | ✅ | | | [WinBoat](https://github.com/TibixDev/winboat) | winboat | ✅ | |
| [fooyin](https://github.com/fooyin/fooyin) | fooyin | ✅ | | | [fooyin](https://github.com/fooyin/fooyin) | fooyin | ✅ | |
| [Simplenote](https://github.com/Automattic/simplenote-electron) | simplenote | ✅ | ✅ |
#### Gitee #### Gitee

View File

@ -156,5 +156,12 @@
"file_list": { "file_list": {
"amd64": "fooyin_{version}-trixie_amd64.deb" "amd64": "fooyin_{version}-trixie_amd64.deb"
} }
},
"simplenote": {
"repo": "Automattic/simplenote-electron",
"file_list": {
"amd64": "Simplenote-linux-{version}-amd64.deb",
"arm64": "Simplenote-linux-{version}-arm64.deb"
}
} }
} }