Skip to content

Commit

Permalink
ensure click exists for the click feature
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuseteam committed Mar 28, 2022
1 parent d961f83 commit bb7f27c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/clickfunc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/bash
function build_click () {
if ! check_cmd click; then err "missing click"; fi
[ ! -f "manifest.json" ] && err "missing manifest.json";
[ -d "${BUILD_DIR}" ] && rm -r ${BUILD_DIR}
CRACKDIR=${BUILD_DIR} crackle crack ${PKG};
Expand Down

0 comments on commit bb7f27c

Please sign in to comment.