Skip to content

Commit

Permalink
update version: 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yanue committed Dec 20, 2018
1 parent 5251bbc commit f09bf17
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Build/release.sh
Expand Up @@ -31,11 +31,8 @@ function build() {
echo "Cleaning up archive..."
rm -rf ${V2rayU_ARCHIVE}

chmod -R 777 "${V2rayU_RELEASE}/${APP_NAME}.app/Contents/Resources/v2ray-core"
chmod -R 777 "${V2rayU_RELEASE}/${APP_NAME}.app/Contents/Resources/unzip.sh"
sudo chown root:admin "${V2rayU_RELEASE}/${APP_NAME}.app/Contents/Resources/V2rayUTool"
sudo chmod a+rx "${V2rayU_RELEASE}/${APP_NAME}.app/Contents/Resources/V2rayUTool"
sudo chmod +s "${V2rayU_RELEASE}/${APP_NAME}.app/Contents/Resources/V2rayUTool"
chmod -R 755 "${V2rayU_RELEASE}/${APP_NAME}.app/Contents/Resources/v2ray-core"
chmod -R 755 "${V2rayU_RELEASE}/${APP_NAME}.app/Contents/Resources/unzip.sh"
}

function createDmg() {
Expand Down

0 comments on commit f09bf17

Please sign in to comment.