Skip to content

Commit

Permalink
Update install.sh: windows compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
e-marchand authored Jul 27, 2023
1 parent b18cf25 commit 782706b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,9 @@ echo "🧹 Clean temporary files"
echo "rm -rf $TMP"

open "$dst"

echo "✅ Installed into $dst"

if [[ "$OSTYPE" == "darwin"* ]]; then
open "$dst"
fi

0 comments on commit 782706b

Please sign in to comment.