mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-27 20:44:00 +02:00
Updated DataTables.
This commit is contained in:
5
packages/DataTables.Mvc.0.1.0.79/tools/install.ps1
vendored
Normal file
5
packages/DataTables.Mvc.0.1.0.79/tools/install.ps1
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
param($installPath, $toolsPath, $package, $project)
|
||||
|
||||
$path = [System.IO.Path]
|
||||
$appstart = $path::Combine($path::GetDirectoryName($project.FileName), "App_Start\DataTablesMvc.cs")
|
||||
$DTE.ItemOperations.OpenFile($appstart)
|
Reference in New Issue
Block a user