mirror of
https://github.com/Schmenn/discord-exploits.git
synced 2025-04-26 14:26:22 +00:00
Do not lowercase the input file (Fixes Linux support)
Linux path names are almost always case sensitive, so this PR removes forcing lowercase file names.
This commit is contained in:
parent
a160aa71e0
commit
e53153c7f5
|
@ -59,8 +59,6 @@ func handleArgs(args []string, quiet *bool) {
|
|||
}
|
||||
|
||||
func initCommand(inputFile string, mode string) {
|
||||
inputFile = strings.ToLower(inputFile)
|
||||
|
||||
if strings.HasSuffix(inputFile, ".webm") {
|
||||
|
||||
switch mode {
|
||||
|
|
Loading…
Reference in a new issue