diff --git a/Makefile b/Makefile index 1484a93..c4b3a15 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ sourcePath:=$(shell pwd) output:=$(sourcePath)/output dependencies=$(shell for file in `cat dependencies.txt`;do echo "-d "$${file};done;) version:=0.5.0 -iteration:=25 +iteration:=5 fpmExec:=$(shell echo "$${FPM_BIN:=fpm}") all: clean build-tmp rpm-i686 rpm-jolla rpm-aarch64 diff --git a/screenshots/01-comparison.png b/screenshots/01-comparison.png new file mode 100644 index 0000000..b56f657 Binary files /dev/null and b/screenshots/01-comparison.png differ diff --git a/screenshots/02-mainlist.png b/screenshots/02-mainlist.png new file mode 100644 index 0000000..98ca714 Binary files /dev/null and b/screenshots/02-mainlist.png differ diff --git a/screenshots/03-editor.png b/screenshots/03-editor.png new file mode 100644 index 0000000..2225a77 Binary files /dev/null and b/screenshots/03-editor.png differ diff --git a/screenshots/04-restore-menu.png b/screenshots/04-restore-menu.png new file mode 100644 index 0000000..69c20df Binary files /dev/null and b/screenshots/04-restore-menu.png differ