3 Star 68 Fork 24

calcitem / 直棋

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
clean.sh 392 Bytes
一键复制 编辑 原始数据 按行查看 历史
Josh Soref 提交于 2022-10-07 05:17 . spelling: linux
#!/bin/bash
mv src/ui/flutter_app/android/key.jks ../
mv src/ui/flutter_app/android/key.properties ../
git clean -fdx
mv ../key.jks src/ui/flutter_app/android/
mv ../key.properties src/ui/flutter_app/android/
if [ "$(uname)" == "Darwin" ]; then
echo "TODO: macOS"
elif [ "$(expr substr $(uname -s) 1 5)" == "Linux" ]; then
echo "TODO: Linux"
else
./flutter-windows-init.sh
fi
C++
1
https://gitee.com/calcitem/Sanmill.git
git@gitee.com:calcitem/Sanmill.git
calcitem
Sanmill
直棋
dev

搜索帮助