Skip to content

Commit

Permalink
update readme and remove test/libusb branch from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
adriweb committed Sep 30, 2024
1 parent f7aba5f commit 159e51e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.linux.workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build Linux

on:
push:
branches: [ master, feature/github-actions, test/libusb ]
branches: [ master, feature/github-actions ]
pull_request:
branches: [ master, feature/github-actions ]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.mac.workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build macOS

on:
push:
branches: [ master, feature/github-actions, test/libusb ]
branches: [ master, feature/github-actions ]
pull_request:
branches: [ master, feature/github-actions ]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.windows.workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build Windows

on:
push:
branches: [ master, feature/github-actions, test/libusb ]
branches: [ master, feature/github-actions ]
pull_request:
branches: [ master, feature/github-actions ]

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ _Note that Release builds have an update checking feature, which is disabled in
* Screen capture, copy, and drag'n'drop (PNG)
* Screen recording (animated PNG)
* USB emulation for transfers (including for Apps and OSes)
* USB emulation for flash drive images and external devices (via libusb)
* Customizable keybindings with multiple presets
* Keypress recording and history
* Full screen modes (F11 key)
Expand Down

0 comments on commit 159e51e

Please sign in to comment.