Skip to content

Commit

Permalink
[win] Add WinSetup usage inside the script
Browse files Browse the repository at this point in the history
  • Loading branch information
yuxiaomao committed Mar 5, 2025
1 parent 78c2598 commit 4960ec8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions WinSetup.ps1
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Usage:
# - install Git
# - install Neko
# - checkout haxe git
# - run from command "powershell -noexit -ExecutionPolicy Bypass -File .\WinSetup.ps1"

function Cmd-Path($file) {
try { Split-Path -Parent (Get-Command "$file.exe" -ErrorAction Stop).Source } catch { "" }
}
Expand Down

0 comments on commit 4960ec8

Please sign in to comment.