Skip to content

Commit

Permalink
Merge pull request #347 from xpdota/more-linux-fix
Browse files Browse the repository at this point in the history
Fixed file mode for linux launch scripts
  • Loading branch information
xpdota authored Mar 13, 2023
2 parents e21f173 + 4fafd18 commit d5846fb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions launcher/src/assembly/bin-linux.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,16 @@
<excludes>
<exclude>**/src.zip</exclude>
<exclude>jre/</exclude>
<exclude>*.sh</exclude>
</excludes>
</fileSet>
<fileSet>
<directory>${project.basedir}/target/windows</directory>
<outputDirectory>triggevent</outputDirectory>
<includes>
<include>*.sh</include>
</includes>
<fileMode>0755</fileMode>
</fileSet>
</fileSets>
</assembly>

0 comments on commit d5846fb

Please sign in to comment.