We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 208c106 commit 277c6d6Copy full SHA for 277c6d6
3 files changed
install.sh
@@ -96,11 +96,6 @@ main() {
96
info "Extracting..."
97
tar -xzf "${tmpdir}/${archive}" -C "$tmpdir"
98
99
- if [[ "$platform" == darwin* ]]; then
100
- info "Signing binary..."
101
- codesign --force --sign - "${tmpdir}/${BINARY_NAME}"
102
- fi
103
-
104
info "Installing to ${INSTALL_DIR}..."
105
if [ -w "$INSTALL_DIR" ]; then
106
mv "${tmpdir}/${BINARY_NAME}" "${INSTALL_DIR}/${BINARY_NAME}"
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "polar-cli",
3
- "version": "1.3.4",
+ "version": "1.3.3",
4
"description": "",
5
"bin": "bin/cli.js",
6
"type": "module",
src/version.ts
@@ -1 +1 @@
-export const VERSION = "v1.3.4";
+export const VERSION = "v1.3.3";
0 commit comments