We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6f9b11 commit 6dd1b6fCopy full SHA for 6dd1b6f
#ModRelease/#ModRelease.ps1
@@ -109,7 +109,7 @@ $tp2Version = Get-IEModVersion -FullName $tp2FullPath
109
$newTagRelease = $tp2Version -replace "\s+", '_'
110
111
Write-Host ""
112
-Write-Host " Github link: $OrgUser\$repository"
+Write-Host " Github link: $OrgUser/$repository"
113
Write-Host " tp2 VERSION: $tp2Version"
114
Write-Host "Last Release: $($dataTags[0])"
115
ExampleMod/#ModRelease.command
@@ -1,5 +1,5 @@
1
#!/bin/sh
2
command_path=$(cd "$(dirname "$0")"; pwd)
3
-echo "$command_path"
+cd "$command_path"
4
pwsh -NoLogo -NoProfile -ExecutionPolicy Bypass -File "..\#ModRelease\#ModRelease.ps1" "$command_path"
5
exit 0
0 commit comments