mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-21 15:05:19 +00:00
Using appropriate name
This commit is contained in:
parent
c095427835
commit
b5954752c6
@ -19,7 +19,7 @@ chmod 600 ssh_key
|
|||||||
|
|
||||||
# Define the output paths
|
# Define the output paths
|
||||||
build_dir="app/build/outputs/apk/play/debug"
|
build_dir="app/build/outputs/apk/play/debug"
|
||||||
target_path="${build_dir}/$(ls ${build_dir} | grep -o 'app-[^[:space:]]*-universal-debug.apk')"
|
target_path="${build_dir}/$(ls ${build_dir} | grep -o 'session-[^[:space:]]*-universal.apk')"
|
||||||
|
|
||||||
# Validate the paths exist
|
# Validate the paths exist
|
||||||
if [ ! -d $build_path ]; then
|
if [ ! -d $build_path ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user