From 8739b579346011191bb03317bc09b8a5989a21a8 Mon Sep 17 00:00:00 2001 From: ISHIKAWA Takayuki Date: Fri, 7 Nov 2025 19:31:21 +0900 Subject: [PATCH] cwrsync@6.4.6: Remove extract_dir (#7321) * cwrsync@6.4.6: Remove extract_dir Removed 'extract_dir' fields from architecture and autoupdate sections. * Fix formatting in cwrsync.json --- bucket/cwrsync.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/bucket/cwrsync.json b/bucket/cwrsync.json index b81da9bda8..b22fa295e5 100644 --- a/bucket/cwrsync.json +++ b/bucket/cwrsync.json @@ -6,8 +6,7 @@ "architecture": { "64bit": { "url": "https://github.com/itefixnet/download/releases/download/cwrsync-client-v6.4.6/cwrsync_6.4.6_x64_free.zip", - "hash": "7f9d6ec80b174a04fe42768a4df369bccc98674e6d139f853229871869e5c707", - "extract_dir": "cwrsync_6.4.6_x64_free" + "hash": "7f9d6ec80b174a04fe42768a4df369bccc98674e6d139f853229871869e5c707" } }, "bin": "bin\\rsync.exe", @@ -19,8 +18,7 @@ "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/itefixnet/download/releases/download/cwrsync-client-v$version/cwrsync_$version_x64_free.zip", - "extract_dir": "cwrsync_$version_x64_free" + "url": "https://github.com/itefixnet/download/releases/download/cwrsync-client-v$version/cwrsync_$version_x64_free.zip" } } }