mirror of
https://github.com/Schmenn/discord-exploits.git
synced 2024-12-22 10:05:37 +00:00
Do not lowercase the input file (Fixes Linux support) (#13)
Linux path names are almost always case sensitive, so this PR removes forcing lowercase file names.
This commit is contained in:
parent
a160aa71e0
commit
6a227f605e
|
@ -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