Skip to content

Commit bd9a3df

Browse files
committed
Restore executable attributes for all files in kotlinc/bin after copying them
1 parent 81d7ebb commit bd9a3df

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

node_utils.xml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -122,11 +122,7 @@
122122
<fileset dir="${output}/kotlinc" />
123123
</copy>
124124
<chmod perm="ugo+rx">
125-
<fileset dir="${package_deploy_dir}/bin/">
126-
<include name="kotlinc"/>
127-
<include name="kotlinc-js"/>
128-
<include name="kotlinc-jvm"/>
129-
</fileset>
125+
<fileset dir="${package_deploy_dir}/bin/*"/>
130126
</chmod>
131127
</publish-to-npm>
132128
</target>

0 commit comments

Comments
 (0)