Compare commits

...

2 Commits

Author SHA1 Message Date
Huakun Shen
6c19710b88
chore: increase Node.js memory limit for desktop build process 2025-03-02 11:42:32 -05:00
Huakun Shen
f25f66954a
chore: bump desktop package version to 0.1.30 2025-03-01 21:49:31 -05:00
2 changed files with 2 additions and 1 deletions

View File

@ -98,6 +98,7 @@ jobs:
CI: false
KUNKUN_PUBLISH: true
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_OPTIONS: --max-old-space-size=4096
APPLE_CERTIFICATE: ${{ secrets.APPLE_CERTIFICATE }}
APPLE_CERTIFICATE_PASSWORD: ${{ secrets.APPLE_CERTIFICATE_PASSWORD }}
APPLE_SIGNING_IDENTITY: ${{ secrets.APPLE_SIGNING_IDENTITY }}

View File

@ -1,6 +1,6 @@
{
"name": "@kksh/desktop",
"version": "0.1.29",
"version": "0.1.31",
"description": "",
"type": "module",
"scripts": {