Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

Commit

Permalink
fix: 修复source-map-support的问题,更新s3镜像上传方式,macos下图标修复
Browse files Browse the repository at this point in the history
  • Loading branch information
ChingCdesu committed Jul 26, 2023
1 parent 54f76fe commit cac4d33
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 19 deletions.
12 changes: 0 additions & 12 deletions forge.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,17 +68,5 @@ module.exports = {
},
},
},
{
name: '@electron-forge/publisher-s3',
config: {
endpoint: 'https://s3.maa-org.net:25240',
bucket: 'maa-x',
region: 'us-east-1',
s3ForcePathStyle: true,
folder: `MaaAssistantArknights/MaaX/releases/download/v${info.version}`,
accessKeyId: process.env['MAA_MINIO_ACCESS_KEY'],
secretAccessKey: process.env['MAA_MINIO_SECRET_KEY'],
},
},
],
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
"node-gyp": "^9.3.1",
"pinia": "^2.1.3",
"prettier": "2.8.8",
"source-map-support": "^0.5.21",
"tslib": "^2.5.3",
"typescript": "~5.0.4",
"vite": "^4.3.9",
Expand Down Expand Up @@ -98,6 +97,7 @@
"ps-list": "^8.1.1",
"rotating-file-stream": "^3.1.0",
"semver": "^7.5.1",
"source-map-support": "^0.5.21",
"systeminformation": "^5.17.17",
"tar": "^6.1.15",
"unzipper": "^0.10.14"
Expand Down
Binary file added packages/common/resources/icon.icns
Binary file not shown.
32 changes: 26 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cac4d33

Please sign in to comment.