mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-09-05 23:47:43 +08:00
✨ Feature: support auto update now
This commit is contained in:
@@ -42,6 +42,14 @@ const config = {
|
||||
appId: 'com.kuingsmile.piclist',
|
||||
afterSign: 'scripts/notarize.js',
|
||||
publish: [
|
||||
{
|
||||
provider: 's3',
|
||||
bucket: 'piclist-dl',
|
||||
region: 'auto',
|
||||
acl: 'private',
|
||||
endpoint: 'https://7ab4ed5cb1f4052a13d3b573876ecf33.r2.cloudflarestorage.com',
|
||||
path: '/latest'
|
||||
},
|
||||
{
|
||||
provider: 'github',
|
||||
owner: 'Kuingsmile',
|
||||
@@ -73,6 +81,7 @@ const config = {
|
||||
target: [{
|
||||
target: 'dmg',
|
||||
arch: [
|
||||
'universal',
|
||||
'x64',
|
||||
'arm64'
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user