VirtualBox

Changeset 2407 in vbox for trunk


Ignore:
Timestamp:
Apr 28, 2007 7:44:42 AM (18 years ago)
Author:
vboxsync
Message:

Use a helper app to avoid confusing the os.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/MachineImpl.cpp

    r2333 r2407  
    26692669    if (type == "gui")
    26702670    {
     2671#ifdef __DARWIN__ /* Avoid Lanuch Services confusing this with the selector by using a helper app. */
     2672        const char VirtualBox_exe[] = "../Resources/VirtualBoxVM.app/Contents/MacOS/VirtualBox" HOSTSUFF_EXE;
     2673#else
    26712674        const char VirtualBox_exe[] = "VirtualBox" HOSTSUFF_EXE;
     2675#endif
    26722676        Assert (sz >= sizeof (VirtualBox_exe));
    26732677        strcpy (cmd, VirtualBox_exe);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette