Commit 5da9f05
feat: configure Windows-only builds for Electron app
Simplified GitHub Actions workflow to only build Windows installers,
removing macOS and Linux targets per user request. This significantly
reduces build time and CI resource usage.
Changes:
- Removed macOS and Linux from build matrix
- Updated workflow to only build on windows-latest
- Removed macOS and Linux configurations from electron-builder.json
- Simplified artifact upload to only handle Windows .exe files
The build now produces:
- NSIS installer (Transcript Parser-Setup-1.0.0.exe)
- Portable executable (Transcript Parser-Portable-1.0.0.exe)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent d4353e3 commit 5da9f05
2 files changed
+3
-67
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
| 14 | + | |
19 | 15 | | |
20 | 16 | | |
21 | 17 | | |
| |||
36 | 32 | | |
37 | 33 | | |
38 | 34 | | |
39 | | - | |
40 | 35 | | |
41 | 36 | | |
42 | 37 | | |
43 | 38 | | |
44 | 39 | | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | 40 | | |
68 | 41 | | |
69 | 42 | | |
| |||
81 | 54 | | |
82 | 55 | | |
83 | 56 | | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
| 57 | + | |
88 | 58 | | |
89 | 59 | | |
90 | 60 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
| 9 | + | |
14 | 10 | | |
15 | 11 | | |
16 | 12 | | |
| |||
41 | 37 | | |
42 | 38 | | |
43 | 39 | | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | 40 | | |
75 | 41 | | |
76 | 42 | | |
| |||
0 commit comments