mirror of
https://gitlab.com/Syping/luaengineapp.git
synced 2024-11-04 21:16:56 +01:00
fix resource managing
This commit is contained in:
parent
b0afdae089
commit
ac5ee533b3
2 changed files with 0 additions and 1 deletions
0
scripts/luaenginert.lea
Normal file → Executable file
0
scripts/luaenginert.lea
Normal file → Executable file
|
@ -51,7 +51,6 @@ int main(int argc, char *argv[])
|
|||
const char *data = static_cast<const char*>(LockResource(resourceData));
|
||||
luaScript = QByteArray(data, size);
|
||||
}
|
||||
}
|
||||
#else
|
||||
{
|
||||
QFile executable(a.arguments().first());
|
||||
|
|
Loading…
Reference in a new issue