nuttyartist / notes

Fast and beautiful note-taking app written in C++. Write down your thoughts.
https://www.get-notes.com
Mozilla Public License 2.0
3.68k stars 319 forks source link

CI: Verify files included in the Windows installer #575

Closed guihkx closed 1 year ago

guihkx commented 1 year ago

This extra step will ensure that the list of files deployed by windeployqt, will actually match the list of files we're including in the installer shipped to users.

If both lists of files don't match, the build job will fail with an error.

This helps us prevent:


Aside from the change above, I've also sorted the list of files included in the Windows installer.

Now, folders must come first, followed by regular files. Both are sorted naturally.