procxx / kepka

Unofficial Telegram Desktop messaging app
https://procxx.github.io
Other
114 stars 29 forks source link

Fix style generator to not assume paths #40

Closed berkus closed 6 years ago

berkus commented 6 years ago

codegen/style/generator.cpp:1189: auto pathAndModifiers = filepath.split('-');

this breaks if build directory path contains a -

remove this assumption and fix faulty code

berkus commented 6 years ago

This has been fixed in #53