diff --git a/Readme.txt b/Readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..2855a1ae2f4ea0646f75c2d90e72d1bf7f9b8bb9 --- /dev/null +++ b/Readme.txt @@ -0,0 +1,28 @@ +Timelapse Editor +================ + +It's a program for sticking timelaspe (or high speed) videos together in +a grid with labels and time stamps and scale bars and stuff. + +Documentation +------------- + +As latex in the doc/ folder or as a pdf with the releases. + +Building +-------- + +Requires gtk4, and ffmpeg's libraries (with fontconfig enabled!) + +If they're all set up, you should be able to run make on Linux or +Windows with MSYS2. A standard windows installer is available in the +releases section (one of the sections on the left somewhere, I don't +know how gitlab works.) + +License +------- + +The software is licensed with the European Union Public License, see +License.txt. The long and the short of it is that if you share the +compiled version or the installer or something, you also have to point +people to the source code (here, unless you've modified it). diff --git a/packaging/tl-editor.nsi b/packaging/tl-editor.nsi index 7cb31d1fb9f9d29349ad1ebc2077164375652053..990ccfccbef3a3790ba47128c3ee063a0b98e158 100644 --- a/packaging/tl-editor.nsi +++ b/packaging/tl-editor.nsi @@ -1,8 +1,8 @@ !include "MUI2.nsh" !define PRODUCT_NAME "Timelapse Editor" !define VERSIONMAJOR 0 -!define VERSIONMINOR 0 -!define VERSIONBUILD 1 +!define VERSIONMINOR 1 +!define VERSIONBUILD 0 !define EXE "tl-editor.exe" Name "${PRODUCT_NAME}"