Added support for taskmgr, fixed an error in the documentation
This commit is contained in:
parent
27dd9dfae2
commit
2495a2604a
4
NEWS
4
NEWS
|
@ -1,5 +1,5 @@
|
||||||
slrelay changes
|
wino changes
|
||||||
---------------
|
------------
|
||||||
|
|
||||||
v 0.1 ():
|
v 0.1 ():
|
||||||
* Initial release.
|
* Initial release.
|
||||||
|
|
4
wino
4
wino
|
@ -103,6 +103,10 @@ elsif ($command eq '--msi')
|
||||||
my $new_command = join(' ', @ARGV);
|
my $new_command = join(' ', @ARGV);
|
||||||
exec "WINEPREFIX=$container_path msiexec /i $new_command";
|
exec "WINEPREFIX=$container_path msiexec /i $new_command";
|
||||||
}
|
}
|
||||||
|
elsif ($command eq '--task')
|
||||||
|
{
|
||||||
|
exec "WINEPREFIX=$container_path taskmgr";
|
||||||
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
# Execute the command given, or the default command
|
# Execute the command given, or the default command
|
||||||
|
|
Reference in New Issue
Block a user