File tree Expand file tree Collapse file tree 3 files changed +2
-7
lines changed
Expand file tree Collapse file tree 3 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -96,11 +96,6 @@ main() {
9696 info " Extracting..."
9797 tar -xzf " ${tmpdir} /${archive} " -C " $tmpdir "
9898
99- if [[ " $platform " == darwin* ]]; then
100- info " Signing binary..."
101- codesign --force --sign - " ${tmpdir} /${BINARY_NAME} "
102- fi
103-
10499 info " Installing to ${INSTALL_DIR} ..."
105100 if [ -w " $INSTALL_DIR " ]; then
106101 mv " ${tmpdir} /${BINARY_NAME} " " ${INSTALL_DIR} /${BINARY_NAME} "
Original file line number Diff line number Diff line change 11{
22 "name" : " polar-cli" ,
3- "version" : " 1.3.4 " ,
3+ "version" : " 1.3.3 " ,
44 "description" : " " ,
55 "bin" : " bin/cli.js" ,
66 "type" : " module" ,
Original file line number Diff line number Diff line change 1- export const VERSION = "v1.3.4 " ;
1+ export const VERSION = "v1.3.3 " ;
You can’t perform that action at this time.
0 commit comments