🐛 Fix(custom): update scripts

This commit is contained in:
Kuingsmile
2026-01-27 17:29:58 +08:00
parent 2c61aa4f8f
commit f95b855373

View File

@@ -21,7 +21,7 @@ const ymlFileList = ['latest-mac.yml', 'latest.yml', 'latest-linux.yml', 'latest
const args = process.argv.slice(2) const args = process.argv.slice(2)
const exePath = args[0] || './artifacts' const exePath = args[0] || './artifacts'
const ymlPath = args[1] || './dist_electron/combined' const ymlPath = args[1] || './dist_electron/combined'
const idDev = args[2] || true const idDev = args[2] ?? true
const S3Options = { const S3Options = {
credentials: { credentials: {