Skip to content

Commit

Permalink
There is no point in renaming icons into resources.
Browse files Browse the repository at this point in the history
  • Loading branch information
xiam committed Aug 19, 2015
1 parent 8891472 commit 832ce27
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ release: require-version require-s3cmd require-gh-token require-wget require-rub

update-resources:
@(which go-bindata >/dev/null) || (echo 'Missing command "go-bindata". Sett https://github.com/jteeuwen/go-bindata.' && exit 1) && \
go-bindata -nomemcopy -nocompress -pkg main -o src/github.com/getlantern/flashlight/resources.go -prefix \
go-bindata -nomemcopy -nocompress -pkg main -o src/github.com/getlantern/flashlight/icons.go -prefix \
src/github.com/getlantern/flashlight/ src/github.com/getlantern/flashlight/icons && \
go-bindata -nomemcopy -nocompress -pkg status -o src/github.com/getlantern/flashlight/status/resources.go -prefix \
src/github.com/getlantern/flashlight/status_pages src/github.com/getlantern/flashlight/status_pages
Expand Down

0 comments on commit 832ce27

Please sign in to comment.