mirror of
https://onedev.site.tesses.net/crosslang
synced 2026-02-09 01:25:45 +00:00
Fix for tessesframework migration
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
int main(int argc,char** argv)
|
||||
{
|
||||
std::string p = argv[0];
|
||||
auto emptyThumb =Tesses::CrossLang::GetRealExecutablePath(p).GetParent().GetParent() / "share" / "icons" / "crosslang.png";
|
||||
auto emptyThumb =Tesses::Framework::Platform::Environment::GetRealExecutablePath(p).GetParent().GetParent() / "share" / "icons" / "crosslang.png";
|
||||
|
||||
if(argc < 3)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user