Skip to content

Commit

Permalink
Upddate to v4.4.167
Browse files Browse the repository at this point in the history
  • Loading branch information
core1024 committed Mar 25, 2024
1 parent 25d6063 commit 86572ac
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ if(APPLE)
set(HAVE_FLAG_SEARCH_PATHS_FIRST 0)
endif()

project(stremio VERSION "4.4.166")
project(stremio VERSION "4.4.167")

set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/CMakeModules/")

Expand Down
6 changes: 3 additions & 3 deletions dist-utils/build-package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@ if ! cd "$DISTROS_DIR/$DISTRO" &> /dev/null; then
fi

source mkconfig.sh
IMAGE_HASH=$(docker build . | tee >(cat >&2) | tail -n 1 | cut -d " " -f 3)
docker run --privileged --rm -v "$DEST_DIR:/app" -t "$IMAGE_HASH" sh -c "(su builduser -c \"./package.sh $BRANCH\") && $COPY_CMD"
docker build . -t ${DISTRO,,}
docker run --privileged --rm -v "$DEST_DIR:/app" -t "${DISTRO,,}" sh -c "(su builduser -c \"./package.sh $BRANCH\") && $COPY_CMD"

if [[ -n "$CLEAN_CMD" ]]; then
$CLEAN_CMD
fi
fi
2 changes: 1 addition & 1 deletion stremio.pro
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
TEMPLATE = app

VERSION=4.4.166
VERSION=4.4.167

DEFINES += STREMIO_SHELL_VERSION=\\\"$$VERSION\\\"

Expand Down

0 comments on commit 86572ac

Please sign in to comment.