File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 11type : plugin4
22name : Webhooks
33displayName : Webhooks
4- version : 1.0.1
4+ version : x.x.x
55author : Steinerd.com
66copyright : Copyright (c) 2022 Anthony Steiner
77
Original file line number Diff line number Diff line change @@ -17,6 +17,8 @@ New-Item -Path "$buildPath" -Force -Name "bin" -ItemType "directory" > $null
1717New-Item - Path " $buildPath " - Force - Name " metadata" - ItemType " directory" > $null
1818
1919Copy-Item " $loupedeckYaml " - Force - Destination " $buildPath \metadata\$loupedeckYaml " > $null
20+ ((Get-Content - Path " $buildPath \metadata\$loupedeckYaml " - Raw) -replace ' x.x.x' , $version ) | Set-Content " $buildPath \metadata\$loupedeckYaml "
21+
2022Copy-Item " $ ( $project ) Plugin\Resources\256.png" - Force - Destination " $buildPath \metadata\256.png" > $null
2123Copy-Item " $dllPath \$dllName " - Force - Destination " $buildPath \bin\$dllName " > $null
2224
You can’t perform that action at this time.
0 commit comments