mirror of
https://github.com/Ellpeck/TinyLifeExampleMod.git
synced 2024-11-22 12:03:28 +01:00
bleh zip command
This commit is contained in:
parent
4a45ad5206
commit
82167f9e38
1 changed files with 1 additions and 1 deletions
|
@ -7,5 +7,5 @@ dotnet build
|
|||
cd ./bin/Debug/net5.0
|
||||
file=$(find *.dll -printf %f)
|
||||
dest=${file::-4}.zip
|
||||
zip -r ../$dest * --exclude ref --exclude *.pdb --exclude *.deps.json
|
||||
zip -FSr ../$dest * --exclude 'ref/*' --exclude '*.pdb' --exclude '*.deps.json'
|
||||
echo Published to bin/Debug/$dest
|
Loading…
Reference in a new issue