mirror of
https://onedev.site.tesses.net/tesses-framework/tessesframework-webapp
synced 2026-02-08 08:25:46 +00:00
Allow portable apps
This commit is contained in:
@@ -52,12 +52,14 @@ namespace Tesses::Framework {
|
|||||||
|
|
||||||
LocalFree(argv);
|
LocalFree(argv);
|
||||||
#else
|
#else
|
||||||
|
|
||||||
for(int i = 0; i < argc; i++)
|
for(int i = 0; i < argc; i++)
|
||||||
{
|
{
|
||||||
args.push_back(argv[i]);
|
args.push_back(argv[i]);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
{
|
{
|
||||||
|
if(!args.empty()) TF_AllowPortable(args[0]);
|
||||||
|
|
||||||
auto req = cb(args);
|
auto req = cb(args);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user