mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
os: add .cmd to the list of Windows executable suffixes (#14839)
This commit is contained in:
@@ -14,7 +14,7 @@ fn C.CreateHardLinkW(&u16, &u16, C.SECURITY_ATTRIBUTES) int
|
||||
|
||||
fn C._getpid() int
|
||||
|
||||
const executable_suffixes = ['.exe', '.bat', '']
|
||||
const executable_suffixes = ['.exe', '.bat', '.cmd', '']
|
||||
|
||||
pub const (
|
||||
path_separator = '\\'
|
||||
|
||||
Reference in New Issue
Block a user