Sha256: 36fdb6ce4ebc3a4702ca8592dac17ff150c783f4ef8132b9549ac3e967069c77

Contents?: true

Size: 773 Bytes

Versions: 2

Compression:

Stored size: 773 Bytes

Contents

# # 下载
# curl -o ~/billow.zip http://7xq884.com1.z0.glb.clouddn.com/Billow.zip

# pushd ~/Library/Application\ Support

# # 解压到Application Support/AS
# for file in ./AndroidStudio*
# do
#     if test -d $file
#     then
#          pushd ~/Library/Application\ Support/$file
# 		 unzip -o ~/billow.zip
# 		 popd
#     fi
# done

# popd

# # 修改Preferences,开启插件
# for file in ~/Library/Preferences/AndroidStudio*
# do
#     if test -d $file
#     then
# 		 sed '/^com.souche.plugin.billow/'d $file/disabled_plugins.txt > disabled_plugins_billow.txt
#  		 cp disabled_plugins_billow.txt $file/disabled_plugins.txt
#  		 rm -rf disabled_plugins_billow.txt
#     fi
# done

# rm -rf ~/billow.zip

# echo Billow安装成功,请重新启动AndroidStudio

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
dngg-0.0.2 lib/res/install_billow.sh
dngg-0.0.1 lib/res/install_billow.sh