diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2017-09-20 22:44:39 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-20 22:44:39 -0400 |
commit | ce101ef888bd96a35731976915b21027133492f6 (patch) | |
tree | 5a5d711b754e2ac233bf4c0cafd27c76f5dafba3 /secretstorage/bld.bat | |
parent | 847aa7b90e010c52997893ac70c92447d945f3a0 (diff) | |
download | astroconda-dev-ce101ef888bd96a35731976915b21027133492f6.tar.gz |
Initial commit; secretstorage (#56)
* Initial commit; secretstorage
* Skip if host is not linux
* Remove commentary track
Diffstat (limited to 'secretstorage/bld.bat')
-rw-r--r-- | secretstorage/bld.bat | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/secretstorage/bld.bat b/secretstorage/bld.bat new file mode 100644 index 0000000..c40a9bb --- /dev/null +++ b/secretstorage/bld.bat @@ -0,0 +1,2 @@ +"%PYTHON%" setup.py install +if errorlevel 1 exit 1 |