Add zotero-standalone-build repo as app
folder
Minus obsolete 4.0 files
This commit is contained in:
parent
ae0091fbae
commit
a3d7b58b83
299 changed files with 39600 additions and 0 deletions
14
app/scripts/bootstrap.sh
Normal file
14
app/scripts/bootstrap.sh
Normal file
|
@ -0,0 +1,14 @@
|
|||
get_current_platform() {
|
||||
if [[ "$OSTYPE" == "linux-gnu"* ]]; then
|
||||
echo l
|
||||
elif [[ "$OSTYPE" == "darwin"* ]]; then
|
||||
echo m
|
||||
elif [[ "$OSTYPE" == "cygwin" ]]; then
|
||||
echo w
|
||||
elif [[ "$OSTYPE" == "msys" ]]; then
|
||||
echo w
|
||||
# Unknown, so probably Unix-y
|
||||
else
|
||||
echo l
|
||||
fi
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue