Support Linux release (0.2.5-beta.2) (#30)

This commit is contained in:
Will Chen
2025-04-28 13:22:02 -07:00
committed by GitHub
parent 1e866c8f99
commit 9b94122672
2 changed files with 5 additions and 4 deletions

View File

@@ -16,9 +16,9 @@ jobs:
# for the same version are created in parallel. # for the same version are created in parallel.
max-parallel: 1 max-parallel: 1
matrix: matrix:
os: [ os:
# disabling until we fix the commands below (skip macos cert) [
# { name: "linux", image: "ubuntu-latest" }, { name: "linux", image: "ubuntu-latest" },
{ name: "macos-intel", image: "macos-13" }, { name: "macos-intel", image: "macos-13" },
{ name: "macos", image: "macos-latest" }, { name: "macos", image: "macos-latest" },
{ name: "windows", image: "windows-latest" }, { name: "windows", image: "windows-latest" },
@@ -33,6 +33,7 @@ jobs:
node-version: 20 node-version: 20
- run: npm ci - run: npm ci
- name: add macos cert - name: add macos cert
if: contains(matrix.os.name, 'macos')
env: env:
MACOS_CERT_P12: ${{ secrets.MACOS_CERT_P12 }} MACOS_CERT_P12: ${{ secrets.MACOS_CERT_P12 }}
MACOS_CERT_PASSWORD: ${{ secrets.MACOS_CERT_PASSWORD }} MACOS_CERT_PASSWORD: ${{ secrets.MACOS_CERT_PASSWORD }}

View File

@@ -1,7 +1,7 @@
{ {
"name": "dyad", "name": "dyad",
"productName": "dyad", "productName": "dyad",
"version": "0.2.5-beta.1", "version": "0.2.5-beta.2",
"description": "My Electron application description", "description": "My Electron application description",
"main": ".vite/build/main.js", "main": ".vite/build/main.js",
"repository": { "repository": {