Further edits and moved a src file to proper location.
This commit is contained in:
parent
a069d8d46f
commit
d158d6b7cc
Binary file not shown.
Binary file not shown.
|
@ -1,10 +0,0 @@
|
||||||
#include <stdio.h>
|
|
||||||
#include <stdlib.h>
|
|
||||||
#include <unistd.h>
|
|
||||||
using namespace std;
|
|
||||||
|
|
||||||
int main() {
|
|
||||||
chdir("/opt/FXWinWrap/");
|
|
||||||
system("bash launch.sh");
|
|
||||||
return 0;
|
|
||||||
}
|
|
Loading…
Reference in New Issue