giffer

Create .gif images from sites like youtube.com
Log | Files | Refs | LICENSE

commit 54bd8a67da11604f665dd31619ac28859f9bc8a1
parent 87ed203a0eaeebf335952a55bfe8e1a903fc2cee
Author: Jack Mordaunt <jackmordaunt@gmail.com>
Date:   Wed, 21 Nov 2018 00:22:55 +1300

[~] Fix header level.

Diffstat:
Mreadme.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/readme.md b/readme.md @@ -45,7 +45,7 @@ The http endpoints include a static file server to serve the UI, endpoints to cr The UI code lives inside `cmd/desktop/ui`. Since the UI is coupled to the desktop application, it made sense to place it in this sub directory. `yarn` is used to develop and compile the Vue based UI. -#### Building +### Building Package `cmd/build` is the build "script" designed to produce standalone artifacts, such as `Giffer.app` for Mac and `Giffer.exe` for Windows, ready for distribution.