RandomTeleport moved in #45

Merged
NorbiPeti merged 45 commits from dev into master 2018-06-30 00:33:47 +00:00
Showing only changes of commit e08952a056 - Show all commits

View file

@ -1,5 +1,5 @@
#!/bin/sh
FILENAME=$(find target/ ! -name '*original*' -name '*.jar')
FILENAME=$(find target/ -maxdepth 1 ! -name '*original*' -name '*.jar')
echo Found file: $FILENAME
if [ $1 = 'production' ]; then