Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Wayneoween committed May 31, 2020
1 parent a1a3cab commit e7e83ea
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
alfred_ddb
alfred-dndbeyond-monster-workflow
workflow-install.py
workflow/*
13 changes: 10 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,16 +1,23 @@
all: clean build copy

release: clean build pack copy
ZIP := $(shell which 7za)

release: build gopack copy compress

clean:
$(RM) alfred-dndbeyond-monster-workflow
$(RM) alfred-dndbeyond-monster-workflow.upx
$(RM) "workflow/D&DBeyond\ Monster\ Search.alfredworkflow"

build:
echo "Building alfred-dndbeyond-monster-workflow..."
go build -ldflags="-s -w" alfred-dndbeyond-monster-workflow.go icons.go types.go

gopack:
upx --brute alfred-dndbeyond-monster-workflow

copy:
python2 workflow-install.py

pack:
upx --brute alfred-dndbeyond-monster-workflow
compress:
$(ZIP) a "workflow/D&DBeyond\ Monster\ Search.alfredworkflow" * -xr'!build' -xr'!.git' -xr'!demo.gif'
7 changes: 6 additions & 1 deletion info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,11 @@
<string>Changelog
=========
Version 0.6.2 – 2020-05-31
------------------------
No new bugfixes or features. Just an update of underlying dependencies.
Version 0.6.1 – 2019-08-08
------------------------
Expand Down Expand Up @@ -475,7 +480,7 @@ Initial release \o/
<string>translate</string>
</array>
<key>version</key>
<string>0.6.1</string>
<string>0.6.2</string>
<key>webaddress</key>
<string>https://marius-schuller.de</string>
</dict>
Expand Down

0 comments on commit e7e83ea

Please sign in to comment.