Skip to content

Add NSIS patching script and application icon #7

Add NSIS patching script and application icon

Add NSIS patching script and application icon #7

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
- master
- desktop
jobs:
electron-build:
name: Typecheck and build (${{ matrix.os }})
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
- macos-latest
- windows-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Bun
uses: oven-sh/setup-bun@v2
- name: Install dependencies
run: bun install --frozen-lockfile
- name: Typecheck
run: bun run typecheck
- name: Build Electron app
run: bun run build