Skip to content

Commit

Permalink
new file format for ntt archive for windows
Browse files Browse the repository at this point in the history
From `ntt v0.18.0` on the archive deployed for windows operating system will be in `. zip` format
  • Loading branch information
moosq authored and mattn committed Dec 15, 2023
1 parent c1293b0 commit e4b2886
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions installer/install-ntt.cmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@echo off

setlocal
curl -LO "https://github.com/nokia/ntt/releases/latest/download/ntt_windows_x86_64.tar.gz"
tar xvf ntt_windows_x86_64.tar.gz
rm ntt_windows_x86_64.tar.gz
curl -LO "https://github.com/nokia/ntt/releases/latest/download/ntt_windows_x86_64.zip"
unzip ntt_windows_x86_64.zip
rm ntt_windows_x86_64.zip

0 comments on commit e4b2886

Please sign in to comment.