We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10b84ee commit 28cc61eCopy full SHA for 28cc61e
runtime.c
@@ -357,8 +357,8 @@ main (int argc, char *argv[])
357
/* ======================================================== End icon extraction */
358
359
/* Setting some environment variables that the app "inside" might use */
360
- setenv( "APPIMAGE", fullpath, 0 );
361
- setenv( "APPDIR", mount_dir, 0 );
+ setenv( "APPIMAGE", fullpath, 1 );
+ setenv( "APPDIR", mount_dir, 1 );
362
execv (filename, real_argv);
363
/* Error if we continue here */
364
perror ("execv error: ");
0 commit comments