KoffeinFlummi / armake2

Successor to armake written in Rust
GNU General Public License v2.0
50 stars 17 forks source link

Prefixes with ending slash #42

Open Krzmbrzl opened 5 years ago

Krzmbrzl commented 5 years ago

When using a PBO-prefix like \a\b\c\, Arma won't be able to find files of that Addon. Removing the trailing slash solves the problem though.

Atm I am not quite sure, if this is default Arma behaviour or if this is a bug in armake. If it is a bug, it should obviously be fixed but if this is expected behaviour, armake should error on such a prefix, telling the user that he/she has to remove the trailing slash.