Skip to content

Commit

Permalink
Link to download
Browse files Browse the repository at this point in the history
  • Loading branch information
uyjulian committed Jan 30, 2022
1 parent a743676 commit c21be66
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ OBJECTS := $(OBJECTS:.rc=.o)

BINARY ?= ifavif_unstripped.spi
BINARY_STRIPPED ?= ifavif.spi
ARCHIVE ?= ifavif.$(GIT_TAG).7z
ARCHIVE ?= ifavif.7z

all: $(BINARY_STRIPPED)

Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

This plugin allows reading of AVIF images in Susie plugin-compatible image viewers.

## Downloads

The following binaries are available:
* [Win32 (Intel 32-bit)](https://github.com/uyjulian/ifavif/releases/latest/download/ifavif.7z)

## Building

After cloning submodules, a simple `make` will generate `ifavif.spi`.
Expand Down

0 comments on commit c21be66

Please sign in to comment.