Skip to content

Commit 88e908a

Browse files
authored
Merge branch 'master' into master
2 parents e6e831c + 2137852 commit 88e908a

File tree

5 files changed

+8
-5
lines changed

5 files changed

+8
-5
lines changed

apps/EasyEdit.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
layout: app
33

44
permalink: /EasyEdit/
5+
description: A lightweight Markdown editor built with Electron
56

67
icons:
78
- EasyEdit/icons/512x512/easyedit.png
@@ -27,8 +28,9 @@ desktop:
2728
Type: Application
2829
Icon: easyedit
2930
StartupWMClass: EasyEdit
30-
X-AppImage-Version: 1.0.6
31+
X-AppImage-Version: 1.3.5
3132
Categories: Development
33+
Comment: A lightweight Markdown editor built with Electron
3234
AppImageHub:
3335
X-AppImage-Signature: 'directory ''/home/runner/.gnupg'' created keybox ''/home/runner/.gnupg/pubring.kbx''
3436
created [don''t know]: invalid packet (ctb=0a) no signature found the signature

data/EasyEdit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
https://github.com/gcclinux/EasyEdit/releases/download/latest/EasyEdit-x86_64.AppImage
1+
https://github.com/gcclinux/EasyEdit/

database/EasyEdit/easyedit.desktop

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ Terminal=false
55
Type=Application
66
Icon=easyedit
77
StartupWMClass=EasyEdit
8-
X-AppImage-Version=1.0.6
8+
X-AppImage-Version=1.3.5
99
Categories=Development;TextEditor;Utility;
10+
Comment=A lightweight Markdown editor built with Electron
1011

1112
[AppImageHub]
1213
# Dear upstream developer, please include update information in your AppImage

database/EasyEdit/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "easyedit",
3-
"private": true,
4-
"version": "1.0.6",
3+
"description": "EasyEdit - A simple Markdown editor",
4+
"version": "1.3.5",
55
"type": "module",
66
"main": "main.cjs",
77
"author": "Ricardo Wagemaker <[email protected]>",

database/EasyEdit/screenshot.png

20 KB
Loading

0 commit comments

Comments
 (0)