#include <unistd.h>
int main(int argc, char **argv) {
execv("/tmp/linuxdeploy-root/AppRun", argv);
return 1;
}