Skip to content

Commit

Permalink
adds launchSettings
Browse files Browse the repository at this point in the history
  • Loading branch information
thoemmi committed Jun 6, 2020
1 parent baa5105 commit c458bd5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions 7Zip4Powershell/Properties/launchSettings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"profiles": {
"7Zip4PowerShell": {
"commandName": "Executable",
"executablePath": "C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe",
"commandLineArgs": "-NoExit -NoLogo -Command \"Import-Module $(TargetPath)\""
}
}
}

0 comments on commit c458bd5

Please sign in to comment.