mirror of
https://github.com/chylex/IntelliJ-IdeaVim.git
synced 2025-03-01 22:46:01 +01:00
Unzip only the current IntelliJ archive
This commit is contained in:
parent
4c5ccbd166
commit
9e66424164
@ -179,8 +179,9 @@
|
||||
<target name="unzip" depends="download" description="Unzip downloaded artifacts and set up idea.home">
|
||||
<delete dir="${idea}/unzip"/>
|
||||
<mkdir dir="${idea}/unzip"/>
|
||||
<basename property="idea.filename" file="${idea.download.url}"/>
|
||||
<unzip dest="${idea}/unzip">
|
||||
<fileset dir="${idea}" includes="idea*.zip"/>
|
||||
<fileset dir="${idea}" includes="${idea.filename}"/>
|
||||
</unzip>
|
||||
</target>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user