From 2540f8767ec7205445b957108e9882f96b0edf70 Mon Sep 17 00:00:00 2001 From: Kuingsmile <96409857+Kuingsmile@users.noreply.github.com> Date: Thu, 12 Jun 2025 09:32:34 +0800 Subject: [PATCH] :package: Chore(custom): update scripts --- scripts/gen-sha256.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/gen-sha256.js b/scripts/gen-sha256.js index 3cb7cdb0..388475d9 100644 --- a/scripts/gen-sha256.js +++ b/scripts/gen-sha256.js @@ -8,7 +8,7 @@ const version = process.argv[2] || pkg.version // Configuration const BASE_URL = `https://github.com/Kuingsmile/PicList/releases/download/v${version}` -const DOWNLOAD_DIR = process.argv[3] || path.join(os.homedir(), 'Downloads') +const DOWNLOAD_DIR = process.argv[3] || 'R:\\Temp' || path.join(os.homedir(), 'Downloads') // File information const files = [ {