Skip to content

Conversation

@agarny
Copy link
Contributor

@agarny agarny commented Jan 23, 2025

Fixes #53.

@agarny agarny force-pushed the issue53 branch 14 times, most recently from 94b38b8 to e764123 Compare January 29, 2025 02:11
agarny added 16 commits January 29, 2025 18:01
The original idea was that developers could get binaries built automatically in their repo, which is convenient when testing things. However, we have `workflow_dispatch` so a developer could manually trigger it and thus avoid notifications when (automatic) CD fails for some reason or another.
Indeed, we need to build our C++ add-on, which makes things difficult (if not impossible?). Also, we would ideally distinguish between the Intel and ARM version (if possible), so too complicated and... not that useful in the end since we can package on each target OS.
And clean some other Web-related ones.
Start in 2025 since we never released anything in 2024.
This makes our bundle about 10% smaller.
Indeed, it cannot be enabled if `noEmit` is disabled, which it needs to be in our case. If `noEdit` was to be enabled then `tsconfig.json` would complain that `tsconfig.app.json` cannot disable emit.
@agarny agarny force-pushed the issue53 branch 13 times, most recently from 8e27c8a to 99a3141 Compare January 30, 2025 07:42
Indeed, GHA doesn't currently have WoA runners.
Indeed, this requires using an ARM version of Electron and although we can get such a version, we can't run it on Windows on Intel, which means that our call to `electron-vite build` fails, sadly.
Looks more professional. We could indeed select our background image as well as text in Dialog-based and ConfirmDialog-based components!
@agarny agarny merged commit 8075ea4 into opencor:main Jan 31, 2025
7 checks passed
@agarny agarny deleted the issue53 branch January 31, 2025 02:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add ARM support on Windows and Linux

1 participant