File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11New-Item - Type Directory tmp > $null
22New-Item - Type Directory .\tmp\Esy > $null
3+ New-Item - Type Directory .\tmp\Esy\ChatNotif > $null
4+ New-Item - Type Directory .\tmp\Esy\ChatNotif\res > $null
5+
6+ # .plugin files
37Copy-Item .\ChatNotif.plugin .\tmp\Esy\
48Copy-Item .\ChatNotif.plugincompendium .\tmp\Esy\
5- New-Item - Type Directory .\tmp\Esy\ChatNotif > $null
9+
10+ # .lua files
611Copy-Item .\ChatNotif\* .lua .\tmp\Esy\ChatNotif\
7- New-Item - Type Directory .\tmp\Esy\ChatNotif\res > $null
8- Copy-Item .\ChatNotif\res\icon.tga .\tmp\Esy\ChatNotif\res\
9- Write-Output " See https://github.com/EsyArda/ChatNotif/blob/main/README.md for more info." > .\tmp\Esy\ChatNotif\README.txt
12+
13+ # Resources
14+ Copy-Item .\ChatNotif\res\* .tga .\tmp\Esy\ChatNotif\res\
15+
16+ # License and README
1017Copy-Item .\LICENSE.md .\tmp\Esy\ChatNotif
11- # Git tag
18+ Write-Output " See https://github.com/EsyArda/ChatNotif/blob/main/README.md for more info." > .\tmp\Esy\ChatNotif\README.txt
19+
20+ # ZIP name is Esy-ChatNotif-<latest tag>.zip
1221$latestTag = git describe -- tags -- abbrev= 0
1322Compress-Archive - LiteralPath .\tmp\Esy\ - DestinationPath Esy- ChatNotif- $latestTag.zip
23+
1424Remove-Item - Recurse .\tmp\
You can’t perform that action at this time.
0 commit comments