Commit graph

5 commits

Author SHA1 Message Date
Tom Dewey
84c3b14ce9 cli: s/main/run
The MinGW64 build of Qt6 renames 'main' to 'qMain' to ensure its runtime is executed first.

This unfortunately fouls anything else called 'main', so rename the symbol to 'run'.
2024-09-11 17:12:48 +01:00
Tom Dewey
16c298beb4 cli: Connect disable-eject flag to ImageWriter 2024-05-01 13:38:22 +01:00
Tom Dewey
215099e106 cli: Add disable-eject, rework options specification 2024-05-01 13:38:22 +01:00
Floris Bos
05f1c4dbb5 Add integration tests
Tests if repository json files conform to the json schema.
If all resources (images/icons/website URLs) they mention actually
exists.

And can also test writing images and the FAT modification code.
2022-11-19 23:49:43 +01:00
Floris Bos
033ff07abf Move source files to /src 2022-02-14 10:07:15 +01:00
Renamed from cli.cpp (Browse further)