mirror of
https://github.com/SangeloDev/niminit.git
synced 2024-11-09 19:02:38 +00:00
Update macos detection
This commit is contained in:
parent
4a4b8ca0a2
commit
8def96f832
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ import strformat
|
|||
when defined(windows):
|
||||
echo "Warning: Windows is currently unsupported!"
|
||||
quit 1
|
||||
when defined(darwin):
|
||||
when defined(macosx):
|
||||
echo "Warning: macOS is currently untested. Would you like to continue? [y/N]"
|
||||
var input = stdin.readLine()
|
||||
case input.toLower
|
||||
|
|
Loading…
Reference in a new issue