Skip to content

Commit 5f2b5f1

Browse files
committed
fix: resolve missing jmv entry point in linux (fixes #527) and bump version to 2.6.18
1 parent 33656e9 commit 5f2b5f1

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ Documentation = "https://jmcomic.readthedocs.io"
3838

3939
[project.scripts]
4040
jmcomic = "jmcomic.cl:main"
41+
jmv = "jmcomic.cl:view_main"
4142

4243
[tool.setuptools.dynamic]
4344
version = {attr = "jmcomic.__version__"}

src/jmcomic/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# 被依赖方 <--- 使用方
33
# config <--- entity <--- toolkit <--- client <--- option <--- downloader
44

5-
__version__ = '2.6.17'
5+
__version__ = '2.6.18'
66

77
from .api import *
88
from .jm_plugin import *

0 commit comments

Comments
 (0)