Adam-Kay / Batch-Encoder

Command line batch file encoder using FFmpeg
GNU General Public License v3.0
0 stars 0 forks source link

Updater does not find programs with anything before "batch" #6

Closed Adam-Kay closed 1 year ago

Adam-Kay commented 1 year ago

Bug Description

The updater is unable to find old files if they have something before the word "batch"

Steps to Reproduce

  1. Rename encoder script to A batch encoder.bat.
  2. The updater won't find it.

Expected behavior

Should find all old batch encoder file.

Potential Cause

Could be solved by editing wildcard to be *batch*encode*.bat