File tree 2 files changed +52
-0
lines changed
2 files changed +52
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "version" : " 24.11r5548" ,
3
+ "description" : " Light-weight Scintilla based text editor for Windows" ,
4
+ "homepage" : " https://github.com/zufuliu/notepad4" ,
5
+ "license" : " BSD-3-Clause" ,
6
+ "architecture" : {
7
+ "64bit" : {
8
+ "url" : " https://github.com/zufuliu/notepad4/releases/download/v24.11r5548/Notepad4_HD_i18n_x64_v24.11r5548.zip" ,
9
+ "hash" : " 40262ad0ea42b2e6c5e109b7f8be6bec6d3825ba44dfa5d287bb8106a0ac5a08"
10
+ },
11
+ "32bit" : {
12
+ "url" : " https://github.com/zufuliu/notepad4/releases/download/v24.11r5548/Notepad4_i18n_Win32_v24.11r5548.zip" ,
13
+ "hash" : " 27a5e982803360a37b2d96a73eed267f93a46574d56d721e2b25693b650e8497"
14
+ },
15
+ "arm64" : {
16
+ "url" : " https://github.com/zufuliu/notepad4/releases/download/v24.11r5548/Notepad4_HD_i18n_ARM64_v24.11r5548.zip" ,
17
+ "hash" : " 9f7433a76cdf39f2f736af7ba82b31a2b5df5da2a1c065ddf7fa4b3136a146a4"
18
+ }
19
+ },
20
+ "bin" : " notepad4.exe" ,
21
+ "shortcuts" : [
22
+ [
23
+ " Notepad4.exe" ,
24
+ " Notepad4"
25
+ ],
26
+ [
27
+ " matepath.exe" ,
28
+ " matepath"
29
+ ]
30
+ ],
31
+ "persist" : [
32
+ " Notepad4.ini" ,
33
+ " matepath.ini"
34
+ ],
35
+ "checkver" : {
36
+ "github" : " https://github.com/zufuliu/notepad2" ,
37
+ "regex" : " ([\\ d.]+r\\ d+)"
38
+ },
39
+ "autoupdate" : {
40
+ "architecture" : {
41
+ "64bit" : {
42
+ "url" : " https://github.com/zufuliu/notepad4/releases/download/v$version/Notepad4_HD_i18n_x64_v$version.zip"
43
+ },
44
+ "32bit" : {
45
+ "url" : " https://github.com/zufuliu/notepad4/releases/download/v$version/Notepad4_i18n_Win32_v$version.zip"
46
+ },
47
+ "arm64" : {
48
+ "url" : " https://github.com/zufuliu/notepad4/releases/download/v$version/Notepad4_HD_i18n_ARM64_v$version.zip"
49
+ }
50
+ }
51
+ }
52
+ }
File renamed without changes.
You can’t perform that action at this time.
0 commit comments