akvirtualcamera/ports/deploy/installscript.posix.qs
Gonzalo Exequiel Pedone be30112a27
Fixed Mac installer.
2020-06-11 17:38:57 -03:00

13 lines
205 B
Text

function Component()
{
}
Component.prototype.beginInstallation = function()
{
component.beginInstallation();
}
Component.prototype.createOperations = function()
{
component.createOperations();
}