Home GnuPG

Move web install files to qrc

This commit has been deleted in the repository: it is no longer reachable from any branch, tag, or ref.

Description

Move web install files to qrc

Should be more robust in the long run, but esp. makes testing easier.
Also, while the input was already being sanitized, there is no reason
to serve local files by path, if we can avoid that, altogether.

A bit more complexity should also fall away in installer.

Details

Provenance
tfryAuthored on Jun 3 2026, 3:16 PM
Parents
rOJbec51ee83ede: minor update to the translation files
Branches
Unknown
Tags
Unknown

Event Timeline

I do like the simplicity of moving all the assets to qrc - cmake glob is just a bit fragile.

/server/CMakeLists.txt
38

Let's hope we aren't using the generators where configure_depends doesn't work.

I do like the simplicity of moving all the assets to qrc - cmake glob is just a bit fragile.

I removed some further cmake globs. The one in web/dist is hard to avoid, though (at least without bringing in other kind of ugliness).

I do like the simplicity of moving all the assets to qrc - cmake glob is just a bit fragile.

I removed some further cmake globs. The one in web/dist is hard to avoid, though (at least without bringing in other kind of ugliness).

Let's hope we avoid the fragileness. At least if we remove the old web content, a later build will at least locally fail if globbing has gone wrong.