Skip to content

Commit aab8368

Browse files
committed
release(v1.0.0): Minimum Viable Product for Final Year Project
1 parent e5b197c commit aab8368

13 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build & Release QBIV
33
on:
44
push:
55
tags:
6-
- "v*" # Triggers on version tags like v1.0.0, v2.1.3, etc.
6+
- "v*" # Triggers on version tags like v1.0.0, v2.1.3, etc.
77

88
jobs:
99
build:
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ${{ matrix.os }}
1515

1616
env:
17-
GH_TOKEN: ${{ secrets.GH_TOKEN }} # Needed for electron-builder publishing
17+
GH_TOKEN: ${{ secrets.GH_TOKEN }} # Needed for electron-builder publishing
1818
AI_API_BASE: ${{ secrets.AI_API_BASE }}
1919

2020
steps:
@@ -24,7 +24,7 @@ jobs:
2424
- name: Set up Node.js
2525
uses: actions/setup-node@v4
2626
with:
27-
node-version: 20 # Latest stable LTS (better than 18)
27+
node-version: 20 # Latest stable LTS (better than 18)
2828

2929
- name: Install dependencies
3030
run: npm install

build/icons/mac/icon.icns

-425 KB
Binary file not shown.

build/icons/png/1024x1024.png

-301 KB
Loading

build/icons/png/128x128.png

-2.78 KB
Loading

build/icons/png/16x16.png

-128 Bytes
Loading

build/icons/png/24x24.png

-143 Bytes
Loading

build/icons/png/256x256.png

-11.1 KB
Loading

build/icons/png/32x32.png

-315 Bytes
Loading

build/icons/png/48x48.png

-547 Bytes
Loading

build/icons/png/512x512.png

-48.8 KB
Loading

0 commit comments

Comments
 (0)