unittests.sh
来自「属性sosuo算法」· Shell 代码 · 共 15 行
SH
15 行
#!/bin/sh# The Bittorent library will put its support files in the folder pointed by# the environment variable APPDATA, which is defined in the Info.plist of the# Democracy application. However, environment variables defined in the Info.plist of# an application bundle are only set for applications launched through Launch# Services. Since we launch it here through command line, we manually set it# to a similar default value.export APPDATA=`echo ~/Library/Application Support/DTV`# And now build and launch the test app./usr/bin/env python2.4 setup-unittests.py py2app --dist-dir . -A && Democracy.app/Contents/MacOS/Democracy
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?