Skip to content

Commit c38a3be

Browse files
committed
Fix publish script: core depends on oauth
1 parent b629f61 commit c38a3be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ DRY_RUN='false'
66
WORKINGDIR="$( cd "$(dirname "$0")" ; pwd -P )"
77
cd $WORKINGDIR
88

9-
crates=( "protocol" "core" "discovery" "oauth" "audio" "metadata" "playback" "connect" "librespot" )
9+
crates=( "protocol" "oauth" "core" "discovery" "audio" "metadata" "playback" "connect" "librespot" )
1010

1111
OS=`uname`
1212
function replace_in_file() {

0 commit comments

Comments
 (0)