Skip to content

Commit

Permalink
Merge pull request #59 from Nonchalant/release-1.0.3
Browse files Browse the repository at this point in the history
[Update] AppIcon (1.0.3)
  • Loading branch information
Nonchalant authored Apr 4, 2019
2 parents 6482be0 + 3f4cdfe commit 2a36731
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
BINARY?=appicon
BUILD_FOLDER?=.build
OS?=high_sierra
OS?=mojave
PREFIX?=/usr/local
PROJECT?=AppIcon
RELEASE_BINARY_FOLDER?=$(BUILD_FOLDER)/release/$(PROJECT)
VERSION?=1.0.1
VERSION?=1.0.3

debug:
swift build
Expand Down
2 changes: 1 addition & 1 deletion Sources/AppIcon/main.swift
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ let main = command(
print("\(outputPath) has been generated 🎉")
}

main.run("1.0.1")
main.run("1.0.3")

0 comments on commit 2a36731

Please sign in to comment.