mirror of
https://github.com/magefree/mage.git
synced 2026-01-09 20:32:06 -08:00
Merge pull request #377 from jbonofre/master
Some improvements for Unix on Mage Server and Client
This commit is contained in:
commit
efb04f2b9a
10 changed files with 32 additions and 8 deletions
|
|
@ -53,6 +53,18 @@
|
|||
<filtered>true</filtered>
|
||||
<directory>release/</directory>
|
||||
<outputDirectory>/</outputDirectory>
|
||||
<excludes>
|
||||
<exclude>*.sh</exclude>
|
||||
</excludes>
|
||||
</fileSet>
|
||||
<fileSet>
|
||||
<filtered>true</filtered>
|
||||
<directory>release/</directory>
|
||||
<outputDirectory>/</outputDirectory>
|
||||
<includes>
|
||||
<include>*.sh</include>
|
||||
</includes>
|
||||
<fileMode>0755</fileMode>
|
||||
</fileSet>
|
||||
<fileSet>
|
||||
<filtered>false</filtered>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue