Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
crossover / opt / cxoffice / share / crossover / data / crossover.assoc
Size: Mime:
# (c) Copyright 2005, 2008, 2010, 2012. CodeWeavers, Inc.

# Note that the 'Command' fields are not shell commands:
# - Characters like dollars and backquotes have no special meaning.
# - Strings of the form '${VARNAME}' are interpolated and escaped as
#   appropriate.
# - Arguments are space-separated though so arguments containing spaces
#   should be quoted using double quotes.
# - Double quotes and backslashes lose their special meaning if escaped with
#   a backslash.

[.exe//run]
"Description" = "Windows Application"
"AppName"     = "CrossOver"
"Command"     = "${CX_ROOT}/bin/cxrun --"
"Icon"        = "${CX_ROOT}/share/icons/48x48/cxexe.png"
"Mode"        = "alternative"
"Localize"    = "1"

[.exe//install]
"Description" = "Windows Application"
"AppName"     = "CrossOver"
# The extra MIME type is for Windows CDs
"ExtraMimeTypes" = "x-content/win32-software"
"Command"     = "${CX_ROOT}/bin/cxinstaller --installersource"
"Icon"        = "${CX_ROOT}/share/icons/48x48/cxexe.png"
"Mode"        = "default"
"Localize"    = "1"

[.lnk//run]
"Description" = "Windows Shortcut"
"AppName"     = "CrossOver"
# Try to associate with these even if they don't exist
"ExtraMimeTypes" = "application/x-win-lnk:application/x-ms-shortcut"
"Command"     = "${CX_ROOT}/bin/cxrun --"
"Icon"        = "${CX_ROOT}/share/icons/48x48/cxexe.png"
"Mode"        = "default"
"Localize"    = "1"

[.msi//install]
"Description" = "Windows Installer Package"
"AppName"     = "CrossOver"
"Command"     = "${CX_ROOT}/bin/cxinstaller --installersource"
"Icon"        = "${CX_ROOT}/share/icons/48x48/cxexe.png"
"Mode"        = "default"
"Localize"    = "1"

[.cxarchive//restore]
"Description" = "CrossOver Bottle Archive"
"AppName"     = "CrossOver"
"Command"     = "${CX_ROOT}/bin/crossover --restore"
"Icon"        = "${CX_ROOT}/share/icons/48x48/cxarchive.png"
"Mode"        = "default"
"Localize"    = "1"