mirror of
https://github.com/librespot-org/librespot.git
synced 2024-12-18 17:11:53 +00:00
Fix publish script: core depends on oauth
This commit is contained in:
parent
b629f61f67
commit
c38a3be1b1
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ DRY_RUN='false'
|
||||||
WORKINGDIR="$( cd "$(dirname "$0")" ; pwd -P )"
|
WORKINGDIR="$( cd "$(dirname "$0")" ; pwd -P )"
|
||||||
cd $WORKINGDIR
|
cd $WORKINGDIR
|
||||||
|
|
||||||
crates=( "protocol" "core" "discovery" "oauth" "audio" "metadata" "playback" "connect" "librespot" )
|
crates=( "protocol" "oauth" "core" "discovery" "audio" "metadata" "playback" "connect" "librespot" )
|
||||||
|
|
||||||
OS=`uname`
|
OS=`uname`
|
||||||
function replace_in_file() {
|
function replace_in_file() {
|
||||||
|
|
Loading…
Reference in a new issue