Skip to content

Branding fix

Branding fix #5

Workflow file for this run

name: Node.js CI
on: [push]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '22.5.1'
- run: npm install -g electron-builder
- run: npm install
- run: npm run build
- uses: actions/[email protected]
with:
name: Windows Executables
path: dist/*.exe