|
9 | 9 |
|
10 | 10 | script_path = os.path.dirname(os.path.abspath(__file__)) |
11 | 11 |
|
12 | | -# DEBUG = False |
13 | 12 | DEBUG = False |
| 13 | +# DEBUG = False |
14 | 14 |
|
15 | 15 | # excalidraw 自定义字体 |
16 | 16 | # excalidraw custom font |
|
54 | 54 |
|
55 | 55 | # 避免兼容性问题,强制使用某个版本的trilium |
56 | 56 | # To avoid compatibility issue, force to use certain version of trilium |
57 | | -# VERSION_INFO_OVERRIDE = True |
58 | | -VERSION_INFO_OVERRIDE = False |
| 57 | +VERSION_INFO_OVERRIDE = True |
| 58 | +# VERSION_INFO_OVERRIDE = False |
59 | 59 |
|
60 | 60 | force_version_info = { |
61 | 61 | 'name': 'v0.57.5 release', |
|
77 | 77 | } |
78 | 78 | } |
79 | 79 |
|
80 | | -# VERSION_INFO_OVERRIDE_BETA = True |
81 | | -VERSION_INFO_OVERRIDE_BETA = False |
| 80 | +VERSION_INFO_OVERRIDE_BETA = True |
| 81 | +# VERSION_INFO_OVERRIDE_BETA = False |
82 | 82 | # beta |
83 | 83 | force_version_info_beta = { |
84 | | - 'name': 'v0.58.3-beta release', |
85 | | - 'zipball_url': 'https://github.com/zadam/trilium/archive/refs/tags/v0.58.3-beta.zip', |
86 | | - 'browser_download_url': 'https://github.com/zadam/trilium/releases/download/v0.58.3-beta/trilium-linux-x64-0.58.3-beta.tar.xz' |
| 84 | + 'name': 'v0.59.0-beta release', |
| 85 | + 'zipball_url': 'https://github.com/zadam/trilium/archive/refs/tags/v0.59.0-beta.zip', |
| 86 | + 'browser_download_url': 'https://github.com/zadam/trilium/releases/download/v0.59.0-beta/trilium-linux-x64-0.59.0-beta.tar.xz' |
87 | 87 | } |
88 | 88 |
|
89 | 89 | force_version_info_full_beta = { |
90 | | - 'name': 'v0.58.3-beta release', |
| 90 | + 'name': 'v0.59.0-beta release', |
91 | 91 | 'releases': { |
92 | | - 'linux': {'name': 'trilium-linux-x64-v0.58.3-beta.tar.xz', |
93 | | - 'url': 'https://github.com/zadam/trilium/releases/download/v0.58.3-beta/trilium-linux-x64-0.58.3-beta.tar.xz'}, |
94 | | - 'linux-server': {'name': 'trilium-linux-x64-server-v0.58.3-beta.tar.xz', |
95 | | - 'url': 'https://github.com/zadam/trilium/releases/download/v0.58.3-beta/trilium-linux-x64-server-0.58.3-beta.tar.xz'}, |
96 | | - 'mac': {'name': 'trilium-mac-x64-v0.58.3-beta.zip', |
97 | | - 'url': 'https://github.com/zadam/trilium/releases/download/v0.58.3-beta/trilium-mac-x64-0.58.3-beta.zip'}, |
98 | | - 'windows': {'name': 'trilium-windows-x64-v0.58.3-beta.zip', |
99 | | - 'url': 'https://github.com/zadam/trilium/releases/download/v0.58.3-beta/trilium-windows-x64-0.58.3-beta.zip'} |
| 92 | + 'linux': {'name': 'trilium-linux-x64-v0.59.0-beta.tar.xz', |
| 93 | + 'url': 'https://github.com/zadam/trilium/releases/download/v0.59.0-beta/trilium-linux-x64-0.59.0-beta.tar.xz'}, |
| 94 | + 'linux-server': {'name': 'trilium-linux-x64-server-v0.59.0-beta.tar.xz', |
| 95 | + 'url': 'https://github.com/zadam/trilium/releases/download/v0.59.0-beta/trilium-linux-x64-server-0.59.0-beta.tar.xz'}, |
| 96 | + 'mac': {'name': 'trilium-mac-x64-v0.59.0-beta.zip', |
| 97 | + 'url': 'https://github.com/zadam/trilium/releases/download/v0.59.0-beta/trilium-mac-x64-0.59.0-beta.zip'}, |
| 98 | + 'windows': {'name': 'trilium-windows-x64-v0.59.0-beta.zip', |
| 99 | + 'url': 'https://github.com/zadam/trilium/releases/download/v0.59.0-beta/trilium-windows-x64-0.59.0-beta.zip'} |
100 | 100 | } |
101 | 101 | } |
0 commit comments