I am using some compatibility options to place correctly custom buttons on the Discord app window. The problem is that every time Discord app is updated then that path to the program is not valid anymore. It happens because Discords creates new subfolders for new installations. Beacuse of this I need every time to manually add new entry and set desired vaulues in the settings.
It looks like on the screenshot below..
Would it be possible to add that wildcard can be used in the path to set the settings once and make this immune from any path or name changes?
For example:
We have path "C:\user\displayfusion\app-1.0.8888\program.exe" where part "app-1.0.8888" changes when update arrives so I would like to have possibility to set path like "C:\user\displayfusion\app*\program.exe"
or
if program name changes in a way "program001.exe", "program002.exe", etc. then that "program?.exe" could be used.
Is it possible to implement? Or maybe it can be done in the actual version of DF?