Commit cac9b75
fix: install to 64-bit Program Files on Windows
The Inno Setup installer used {pf} which resolves to Program Files
(x86), causing CreateProcess error 216 (architecture mismatch) when
launching the 64-bit notedeck.exe.
- Switch to {autopf} and add ArchitecturesAllowed/InstallIn64BitMode
- Conditionally emit arm64 directives for aarch64 builds
- Remove duplicated inline .iss generation from CI workflow; use the
shared scripts/windows-installer.iss via /DBuildArch instead
- Remove redundant untargeted cargo build step
- Remove no-op Move-Item step (OutputDir already writes to packages\arch)
Closes #1298
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent ee63039 commit cac9b75
2 files changed
+23
-40
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
207 | 207 | | |
208 | 208 | | |
209 | 209 | | |
210 | | - | |
211 | | - | |
212 | | - | |
213 | | - | |
214 | 210 | | |
215 | 211 | | |
216 | 212 | | |
| |||
231 | 227 | | |
232 | 228 | | |
233 | 229 | | |
234 | | - | |
235 | | - | |
236 | | - | |
237 | | - | |
238 | | - | |
239 | | - | |
240 | | - | |
241 | | - | |
242 | | - | |
243 | | - | |
244 | | - | |
245 | | - | |
246 | | - | |
247 | | - | |
248 | | - | |
249 | | - | |
250 | | - | |
251 | | - | |
252 | | - | |
253 | | - | |
254 | | - | |
255 | | - | |
256 | | - | |
257 | | - | |
258 | | - | |
259 | | - | |
260 | | - | |
261 | 230 | | |
262 | 231 | | |
263 | 232 | | |
264 | | - | |
| 233 | + | |
265 | 234 | | |
266 | | - | |
267 | | - | |
268 | | - | |
269 | | - | |
270 | | - | |
271 | 235 | | |
272 | 236 | | |
273 | 237 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
1 | 13 | | |
2 | 14 | | |
3 | 15 | | |
4 | | - | |
| 16 | + | |
5 | 17 | | |
6 | | - | |
| 18 | + | |
7 | 19 | | |
8 | 20 | | |
9 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
10 | 29 | | |
11 | 30 | | |
12 | | - | |
| 31 | + | |
13 | 32 | | |
14 | 33 | | |
15 | 34 | | |
| |||
0 commit comments