v1.8.0 #429

Merged
LukeGus merged 198 commits from dev-1.8.0 into main 2025-11-05 16:36:16 +00:00
Showing only changes of commit 55d4d658b7 - Show all commits

View File

@@ -110,7 +110,9 @@ jobs:
cache: "npm"
- name: Install dependencies
run: npm ci
run: |
npm ci --include=optional
npm rebuild
- name: Build macOS DMG
run: npm run build:mac-dmg
@@ -154,7 +156,9 @@ jobs:
cache: "npm"
- name: Install dependencies
run: npm ci
run: |
npm ci --include=optional
npm rebuild
- name: Check for Code Signing Certificates
id: check_certs