-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgh_soft_map.json
More file actions
62 lines (62 loc) · 1.85 KB
/
Copy pathgh_soft_map.json
File metadata and controls
62 lines (62 loc) · 1.85 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"_comment": "software/ 同步目录 ↔ gh-release-fetch app id;local_exe 相对 software_dir,用于工作台显示本地版本",
"apps": [
{
"software_dir": "WinMemoryCleaner",
"gh_id": "win_memory_cleaner",
"repo_path": "IgorMundstein/WinMemoryCleaner",
"local_exe": "WinMemoryCleaner.exe"
},
{
"software_dir": "everything",
"gh_id": "everything_cli",
"repo_path": "voidtools/Everything",
"local_exe": "Everything.exe",
"note": "官方主站发版;GitHub 可能无 Release"
},
{
"software_dir": "system_good",
"gh_id": "ditto",
"repo_path": "sabrogden/Ditto",
"local_exe": "Ditto.exe",
"note": "Ditto 在 system_good 包内"
},
{
"software_dir": "system_good",
"gh_id": "win11_debloat",
"repo_path": "Raphire/Win11Debloat",
"note": "脚本包,本地无 exe 版本号"
},
{
"software_dir": "system_good",
"gh_id": "win11_debloat_scavin",
"repo_path": "scavin/Win11Debloat",
"note": "脚本包,本地无 exe 版本号"
},
{
"software_dir": "lx-music-desktop",
"gh_id": "lx_music_desktop",
"repo_path": "lyswhut/lx-music-desktop",
"local_exe": "lx-music-desktop.exe",
"note": "目录内可能仅 readme;压缩包也可能在 system_good/"
},
{
"software_dir": "notepad++",
"gh_id": "notepadplusplus",
"repo_path": "notepad-plus-plus/notepad-plus-plus",
"local_exe": "notepad++.exe"
},
{
"software_dir": "notepad--",
"gh_id": "notepad_minusminus",
"repo_path": "cxasm/notepad--",
"local_exe": "Notepad--.exe"
},
{
"software_dir": "7-Zip",
"gh_id": "7zip",
"repo_path": "ip7z/7zip",
"local_exe": "7zFM.exe"
}
]
}