KJS: use korlinc-js runner written in js to make possible to run it on any OS

Restore executable attributes on kotlinc* bash scripts after copying them.
This commit is contained in:
Zalim Bashorov
2017-06-23 15:14:35 +03:00
parent 502ac80b89
commit 3358f0ab69
3 changed files with 31 additions and 1 deletions
+7
View File
@@ -117,6 +117,13 @@
<copy todir="${package_deploy_dir}" failonerror="true" >
<fileset dir="${output}/kotlinc" />
</copy>
<chmod perm="ugo+rx">
<fileset dir="${package_deploy_dir}/bin/">
<include name="kotlinc"/>
<include name="kotlinc-js"/>
<include name="kotlinc-jvm"/>
</fileset>
</chmod>
</publish-to-npm>
</target>