diff --git a/bucket/Notepad2-zufuliu.json b/bucket/Notepad2-zufuliu.json deleted file mode 100644 index ab9dc94..0000000 --- a/bucket/Notepad2-zufuliu.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "homepage": "https://github.com/zufuliu/notepad2", - "license": "BSD 3-Clause", - "version": "4.24.05r5242", - "url": "https://github.com/zufuliu/notepad2/releases/download/v4.24.05r5242/Notepad2_i18n_AVX2_v4.24.05r5242.zip", - "hash": "03e9e43db9e81e2ae43320453acf9a36ac5660d27e6f77e9912892d78c8e772d", - "bin": [ - "Notepad2.exe", - "metapath.exe" - ], - "shortcuts": [ - [ - "Notepad2.exe", - "Notepad2" - ], - [ - "metapath.exe", - "metapath" - ] - ], - "persist": [ - "Notepad2.ini", - "metapath.ini", - "Notepad2 DarkTheme.ini" - ], - "checkver": { - "github": "https://github.com/zufuliu/notepad2", - "regex": "Notepad2_i18n_AVX2_v([r\\d.]+).zip" - }, - "autoupdate": { - "url": "https://github.com/zufuliu/notepad2/releases/download/v$version/Notepad2_i18n_AVX2_v$version.zip" - } -} diff --git a/bucket/notepad4.json b/bucket/notepad4.json new file mode 100644 index 0000000..7ec6931 --- /dev/null +++ b/bucket/notepad4.json @@ -0,0 +1,34 @@ +{ + "homepage": "https://github.com/zufuliu/notepad4", + "license": "BSD 3-Clause", + "version": "24.11r5548", + "url": "https://github.com/zufuliu/notepad4/releases/download/v24.11r5548/Notepad4_HD_i18n_AVX2_v24.11r5548.zip", + "hash": "9d058e60d0a45606595adc948402a12436ea42dc5661039b16fa0c0dff1b4284", + "bin": [ + "Notepad2.exe", + "metapath.exe" + ], + "shortcuts": [ + [ + "Notepad2.exe", + "Notepad2" + ], + [ + "metapath.exe", + "metapath" + ] + ], + "persist": [ + "Notepad2.ini", + "metapath.ini", + "Notepad2 DarkTheme.ini" + ], + "checkver": { + "github": "https://github.com/zufuliu/notepad2", + "regex": "Notepad4_HD_i18n_AVX2_v([r\\d.]+).zip" + }, + "autoupdate": { + "url": "https://github.com/zufuliu/notepad4/releases/download/v$version/Notepad4_HD_i18n_AVX2_v$version.zip" + }, + "notes": "Notepad4 (Zufuliu) AVX2 version, if you want to use normal x86/x64/arm64 version, install Main/notepad4 instead." +}