338 |
|
// or we could just include it in the zip in the proper place already. |
339 |
|
|
340 |
|
copy("../../persist.dat","../persist.dat"); |
341 |
< |
copy("../../keyconfig.txt","../keyconfig.txt"); |
341 |
> |
copy("../../keyconfig.txt","../keyconfig.txt"); |
342 |
|
#ifndef WIN32 |
343 |
|
/* On Mac only, set the current GDF to the AE GDF by writing to Oni's global preferences file (thankfully a standard OS X ".plist" XML file). |
344 |
|
If there are no Oni prefs (only possible if Oni has not been run even once), then the above line will fail silently, no harm done, |