Check archive name instead of os family when extracting it.
This commit is contained in:
@@ -260,12 +260,12 @@
|
||||
</if>
|
||||
|
||||
<if>
|
||||
<os family="windows"/>
|
||||
<matches pattern=".+\.win\.zip" string="@{build.zip}"/>
|
||||
<then>
|
||||
<unzip src="dependencies/download/@{build.zip}" dest="ideaSDK"/>
|
||||
</then>
|
||||
<elseif>
|
||||
<os family="mac"/>
|
||||
<matches pattern=".+\.mac\.zip" string="@{build.zip}"/>
|
||||
<then>
|
||||
<unzip src="dependencies/download/@{build.zip}" dest="ideaSDK">
|
||||
<cutdirsmapper dirs="1"/>
|
||||
|
||||
Reference in New Issue
Block a user