Feature: support auto update now

This commit is contained in:
萌萌哒赫萝
2023-04-05 22:55:35 +08:00
parent ca950dbd44
commit e39cac9f3b
14 changed files with 130 additions and 7 deletions
+9
View File
@@ -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'
]