X Tutup
Skip to content

Commit 47d451a

Browse files
fix: ts-node node is not a thing
1 parent 7e84d3a commit 47d451a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/codesign/generate-identity.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ DevToolsSecurity -enable
4040
# security import "$dir"/public.key -k $KEY_CHAIN
4141

4242
# Generate Trust Settings
43-
npx ts-node node "$(dirname $0)"/gen-trust.ts "$dir"/certificate.cer "$dir"/trust.xml
43+
npx ts-node "$(dirname $0)"/gen-trust.ts "$dir"/certificate.cer "$dir"/trust.xml
4444

4545
# Import Trust Settings
4646
sudo security trust-settings-import -d "$dir/trust.xml"

0 commit comments

Comments
 (0)
X Tutup