Added fix for deb file making

This commit is contained in:
2019-05-05 22:25:06 -05:00
parent f14a5643a4
commit e99168e589
10 changed files with 144 additions and 36 deletions

View File

@@ -5,6 +5,6 @@ using namespace std;
int main() {
chdir("/opt/GWinWrap/");
system("python GWinWrap.py");
system("python3 GWinWrap.py");
return 0;
}