We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b629f61 commit c38a3beCopy full SHA for c38a3be
1 file changed
publish.sh
@@ -6,7 +6,7 @@ DRY_RUN='false'
6
WORKINGDIR="$( cd "$(dirname "$0")" ; pwd -P )"
7
cd $WORKINGDIR
8
9
-crates=( "protocol" "core" "discovery" "oauth" "audio" "metadata" "playback" "connect" "librespot" )
+crates=( "protocol" "oauth" "core" "discovery" "audio" "metadata" "playback" "connect" "librespot" )
10
11
OS=`uname`
12
function replace_in_file() {
0 commit comments