We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 413652d commit 528f2fbCopy full SHA for 528f2fb
.gitignore
@@ -1,4 +1,5 @@
1
/.vscode
2
+*.alfredworkflow
3
4
# Created by https://www.gitignore.io/api/go
5
# Edit at https://www.gitignore.io/?templates=go
Gopkg.toml
@@ -26,7 +26,3 @@
26
[prune]
27
go-tests = true
28
unused-packages = true
29
-
30
-[[constraint]]
31
- name = "github.com/mitchellh/gox"
32
- version = "0.4.0"
Makefile
@@ -9,6 +9,11 @@ build:
9
dep ensure
10
gox -osarch="darwin/amd64" -output="workflow/bin/alfred-qiita-workflow"
11
12
+package:
13
+ rm -f Qiita.alfredworkflow
14
+ cd workflow; zip -r ../Qiita.zip *
15
+ mv Qiita.zip Qiita.alfredworkflow
16
+
17
link:
18
ln -sf "$(PWD)/workflow" "${SYMLINK_TARGET}"
19
0 commit comments