Skip to content

added missing info.plist #98

added missing info.plist

added missing info.plist #98

Workflow file for this run

name: Build MacOS
on:
push:
branches: [dev]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v6
- name: Setup Node.js
uses: actions/setup-node@v6
with:
node-version: "25.2.1"
- name: Setup Rust
uses: dtolnay/rust-toolchain@stable
with:
targets: aarch64-apple-darwin, x86_64-apple-darwin
- name: Install dependencies
run: npm install
- name: Build MacOS bundle
run: npm run build:macos