[deploy] Make install.sh as executable script (#7862)

* [deploy] Make install.sh as executable script
* Change file and dir mode in dist

fix: #7860
This commit is contained in:
Jiajie Zhong 2022-01-07 13:24:00 +08:00 committed by GitHub
parent f2541248eb
commit 62cac2d529
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -73,6 +73,8 @@
<fileSet>
<directory>${basedir}/../script</directory>
<outputDirectory>bin</outputDirectory>
<fileMode>0755</fileMode>
<directoryMode>0755</directoryMode>
</fileSet>
<fileSet>

0
script/install.sh Normal file → Executable file
View File