mirror of
https://github.com/jely2002/youtube-dl-gui.git
synced 2021-11-01 22:46:21 +03:00
fix: mac should be called darwin as this is the platform name
This commit is contained in:
@@ -12,7 +12,7 @@ const actions = {
|
||||
"Shutdown": ["shutdown", "-h", "now"],
|
||||
"Reboot": ["shutdown", "-r", "now"]
|
||||
},
|
||||
"mac": {
|
||||
"darwin": {
|
||||
"Sleep": ["pmset", "sleepnow"],
|
||||
"Shutdown": ["shutdown", "-h", "now"],
|
||||
"Reboot": ["shutdown", "-r", "now"]
|
||||
|
||||
Reference in New Issue
Block a user