Skip to content

Commit

Permalink
Include scrcpy manpage in Linux and macOS releases
Browse files Browse the repository at this point in the history
  • Loading branch information
rom1v committed Nov 24, 2024
1 parent d40224f commit 54e1f8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions release/build_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,5 @@ mkdir -p "$LINUX_BUILD_DIR/dist"
cp "$LINUX_BUILD_DIR"/app/scrcpy "$LINUX_BUILD_DIR/dist/scrcpy_bin"
cp app/data/icon.png "$LINUX_BUILD_DIR/dist/"
cp app/data/scrcpy_static_wrapper.sh "$LINUX_BUILD_DIR/dist/scrcpy"
cp app/scrcpy.1 "$LINUX_BUILD_DIR/dist/"
cp -r "$ADB_INSTALL_DIR"/. "$LINUX_BUILD_DIR/dist/"
1 change: 1 addition & 0 deletions release/build_macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,5 @@ mkdir -p "$MACOS_BUILD_DIR/dist"
cp "$MACOS_BUILD_DIR"/app/scrcpy "$MACOS_BUILD_DIR/dist/scrcpy_bin"
cp app/data/icon.png "$MACOS_BUILD_DIR/dist/"
cp app/data/scrcpy_static_wrapper.sh "$MACOS_BUILD_DIR/dist/scrcpy"
cp app/scrcpy.1 "$MACOS_BUILD_DIR/dist/"
cp -r "$ADB_INSTALL_DIR"/. "$MACOS_BUILD_DIR/dist/"

0 comments on commit 54e1f8e

Please sign in to comment.