Skip to content

Commit

Permalink
fix(install.sh): support windows mingw platform (#39)
Browse files Browse the repository at this point in the history
* fix(install.sh): support windows mingw platform

* update shasum

---------

Co-authored-by: Zoltan Kochan <[email protected]>
  • Loading branch information
ahaoboy and zkochan authored May 3, 2024
1 parent 73ec4fd commit c08d190
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion SHASUMS256.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ d6e6538b8fa1147a58efac1ed2bf7f3311aecd5d8e1b11c0070794a5c5b151d8 v6.6.js
c80817f1dac65ee497fc8ca0b533e497aacfbf951a917ff4652825710bbacda7 v6.14.js
675896fe510fe86a6c4812c46334aafe789a05dd60652cca768b78971ca2b906 v6.16.js
be155eed896aa8c7900352c2b28640bcbace13171ec632b0e29f0ac94e5b27d1 v6.32.js
f8c728b2048a92948aff1979db70e21e89f410528d2d133112f1e2acc0214b34 install.sh
8e925728fdb662c902d59116fe167412ae743a0c247bc25aa410093c02ce52db install.sh
fac0ced691e2f85e2a1e3ba413aa7ec8fad0e8b54ff1e151a96be58665ead69f install.ps1
Binary file modified SHASUMS256.txt.sig
Binary file not shown.
1 change: 1 addition & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ detect_platform() {
;;
darwin) platform="macos" ;;
windows) platform="win" ;;
mingw*) platform="win" ;;
esac

printf '%s' "${platform}"
Expand Down

0 comments on commit c08d190

Please sign in to comment.