forked from Silverfish/proton-bridge
Other: Add v2 to module name
This commit is contained in:
@ -39,5 +39,5 @@ func fileIsExecutable(path string) bool {
|
||||
return false
|
||||
}
|
||||
|
||||
return info.Mode()&0111 != 0
|
||||
return info.Mode()&0o111 != 0
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user