Update auto updater config (#514)

* update autoupdater config

* update deps

* update window size
This commit is contained in:
an-lee
2024-04-12 09:29:40 +08:00
committed by GitHub
parent 39c55b5f3f
commit 1c3b148e9a
11 changed files with 769 additions and 541 deletions

View File

@@ -36,12 +36,12 @@ const config = {
name: "Enjoy",
setupIcon: "./assets/icon.ico",
config: (arch) => ({
remoteReleases: `https://dl.enjoy.bot/enjoy-updates/win32/${arch}`,
remoteReleases: `https://dl.enjoy.bot/app/win32/${arch}`,
}),
}),
new MakerZIP({
config: (arch) => ({
macUpdateManifestBaseUrl: `https://dl.enjoy.bot/enjoy-updates/darwin/${arch}`,
macUpdateManifestBaseUrl: `https://dl.enjoy.bot/app/darwin/${arch}`,
}),
}),
new MakerDeb({
@@ -155,6 +155,7 @@ if (
secretAccessKey: process.env.S3_SECRET_ACCESS_KEY,
endpoint: process.env.S3_ENDPOINT,
bucket: "download",
folder: "app",
region: "auto",
public: true,
},