Skip to content

Commit

Permalink
Merge pull request #25 from peterklijn/releasing
Browse files Browse the repository at this point in the history
Releasing
  • Loading branch information
peterklijn authored Sep 11, 2022
2 parents 0570e8a + eb9251d commit 33a284e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,11 @@ ci-lint:
ci-test:
docker-compose -f .docker/docker-compose.ci.yaml run hammerspoon-shiftit-ci make test

.PHONY: ci-init ci-lint
package:
rm -rf Spoons
mkdir -p Spoons/ShiftIt.spoon
cp init.lua Spoons/ShiftIt.spoon/init.lua
(cd Spoons && zip -r ShiftIt.spoon.zip ShiftIt.spoon)
rm -r Spoons/ShiftIt.spoon

.PHONY: ci-init ci-lint ci-test package
Binary file modified Spoons/ShiftIt.spoon.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ obj.name = "HammerspoonShiftIt"
obj.version = "1.0"
obj.author = "Peter Klijn"
obj.homepage = "https://github.com/peterklijn/hammerspoon-shiftit"
obj.license = ""
obj.license = "https://github.com/peterklijn/hammerspoon-shiftit/blob/master/LICENSE.md"

obj.mash = { 'ctrl', 'alt', 'cmd' }
obj.mapping = {
Expand Down

0 comments on commit 33a284e

Please sign in to comment.