Update app description
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ name = "novelWriter"
|
|||||||
authors = [
|
authors = [
|
||||||
{name = "Veronica Berglyd Olsen", email = "code@vkbo.net"},
|
{name = "Veronica Berglyd Olsen", email = "code@vkbo.net"},
|
||||||
]
|
]
|
||||||
description = "A markdown-like text editor for planning and writing novels"
|
description = "A plain text editor for planning and writing novels"
|
||||||
readme = {file = "setup/description_pypi.md", content-type = "text/markdown"}
|
readme = {file = "setup/description_pypi.md", content-type = "text/markdown"}
|
||||||
license = {text = "GNU General Public License v3"}
|
license = {text = "GNU General Public License v3"}
|
||||||
classifiers = [
|
classifiers = [
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ cat > $HOME/.local/share/applications/novelWriter.desktop <<EOF
|
|||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Type=Application
|
Type=Application
|
||||||
Name=novelWriter
|
Name=novelWriter
|
||||||
Comment=A markdown-like text editor for planning and writing novels
|
Comment=A plain text editor for planning and writing novels
|
||||||
Exec=${IMGPATH} %f
|
Exec=${IMGPATH} %f
|
||||||
Icon=${ICONPATH}
|
Icon=${ICONPATH}
|
||||||
Categories=Qt;Office;WordProcessor;
|
Categories=Qt;Office;WordProcessor;
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Type=Application
|
Type=Application
|
||||||
Name=novelWriter
|
Name=novelWriter
|
||||||
Comment=A markdown-like text editor for planning and writing novels
|
Comment=A plain text editor for planning and writing novels
|
||||||
Exec=novelwriter %f
|
Exec=novelwriter %f
|
||||||
Icon=novelwriter
|
Icon=novelwriter
|
||||||
Categories=Qt;Office;WordProcessor;
|
Categories=Qt;Office;WordProcessor;
|
||||||
|
|||||||
@@ -10,10 +10,4 @@ X-Python3-Version: >= 3.10
|
|||||||
Package: novelwriter
|
Package: novelwriter
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Depends: ${misc:Depends}, ${python3:Depends}, python3 (>=3.10), python3-pyqt6 (>= 6.4), python3-pyqt6.qtsvg (>= 6.4), python3-enchant (>= 2.0)
|
Depends: ${misc:Depends}, ${python3:Depends}, python3 (>=3.10), python3-pyqt6 (>= 6.4), python3-pyqt6.qtsvg (>= 6.4), python3-enchant (>= 2.0)
|
||||||
Description: A markdown-like text editor for planning and writing novels
|
Description: A plain text editor for planning and writing novels
|
||||||
novelWriter is a plain text editor designed for writing novels assembled from
|
|
||||||
many smaller text documents. It uses a minimal formatting syntax inspired by
|
|
||||||
Markdown, and adds a meta data syntax for comments, synopsis, and
|
|
||||||
cross-referencing. It's designed to be a simple text editor that allows for
|
|
||||||
easy organisation of text and notes, using human readable text files as
|
|
||||||
storage for robustness.
|
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
<key>CFBundleExecutable</key>
|
<key>CFBundleExecutable</key>
|
||||||
<string>novelWriter</string>
|
<string>novelWriter</string>
|
||||||
<key>CFBundleGetInfoString</key>
|
<key>CFBundleGetInfoString</key>
|
||||||
<string>novelWriter: A markdown-like text editor for planning and writing novels.</string>
|
<string>novelWriter: A plain text editor for planning and writing novels.</string>
|
||||||
<key>CFBundleIconFile</key>
|
<key>CFBundleIconFile</key>
|
||||||
<string>novelwriter.icns</string>
|
<string>novelwriter.icns</string>
|
||||||
<key>CFBundleIdentifier</key>
|
<key>CFBundleIdentifier</key>
|
||||||
|
|||||||
Reference in New Issue
Block a user