mirror of
https://github.com/mitb-archive/filebot
synced 2024-12-23 08:18:52 -05:00
Simplify chocolatey build
This commit is contained in:
parent
bcabaa61e2
commit
83156be8af
@ -877,11 +877,10 @@
|
||||
|
||||
<!-- chocolatey pack and push -->
|
||||
<exec executable="chocolatey" dir="${dir.dist}/chocolatey" failonerror="true">
|
||||
<arg value="pack" />
|
||||
<arg line="pack" />
|
||||
</exec>
|
||||
<exec executable="chocolatey" dir="${dir.dist}/chocolatey" failonerror="true">
|
||||
<arg value="push" />
|
||||
<arg value="${dir.dist}/chocolatey/${package.name}.${version}.nupkg" />
|
||||
<arg line="push ${package.name}.${version}.nupkg" />
|
||||
</exec>
|
||||
</target>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user