Skip to content

Commit

Permalink
Merge pull request #25 from nekottyo/packaging
Browse files Browse the repository at this point in the history
Add config dir
  • Loading branch information
nekottyo authored Jun 1, 2020
2 parents 8ee870d + 44b42cf commit 0884955
Showing 1 changed file 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 @@ -22,7 +22,7 @@ lint:
action-release: get
@mkdir -p ${RELEASE_DIR}
@${BUILD_CMD} -o ${RELEASE_DIR}/${PKG_NAME} ${LDFLAGS} .
@cp info.plist icon.png LICENSE README.md ${RELEASE_DIR}
@cp -R config info.plist icon.png LICENSE README.md ${RELEASE_DIR}

clean-release:
@rm -rf ${RELEASE_DIR}
Expand Down

0 comments on commit 0884955

Please sign in to comment.