mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-09-07 08:26:57 +08:00
📦 Chore(custom): update scripts
This commit is contained in:
@@ -8,7 +8,7 @@ const version = process.argv[2] || pkg.version
|
|||||||
|
|
||||||
// Configuration
|
// Configuration
|
||||||
const BASE_URL = `https://github.com/Kuingsmile/PicList/releases/download/v${version}`
|
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
|
// File information
|
||||||
const files = [
|
const files = [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user