Skip to content

Commit 159e51e

Browse files
committed
update readme and remove test/libusb branch from CI
1 parent f7aba5f commit 159e51e

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.github/workflows/build.linux.workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build Linux
22

33
on:
44
push:
5-
branches: [ master, feature/github-actions, test/libusb ]
5+
branches: [ master, feature/github-actions ]
66
pull_request:
77
branches: [ master, feature/github-actions ]
88

.github/workflows/build.mac.workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build macOS
22

33
on:
44
push:
5-
branches: [ master, feature/github-actions, test/libusb ]
5+
branches: [ master, feature/github-actions ]
66
pull_request:
77
branches: [ master, feature/github-actions ]
88

.github/workflows/build.windows.workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build Windows
22

33
on:
44
push:
5-
branches: [ master, feature/github-actions, test/libusb ]
5+
branches: [ master, feature/github-actions ]
66
pull_request:
77
branches: [ master, feature/github-actions ]
88

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ _Note that Release builds have an update checking feature, which is disabled in
2222
* Screen capture, copy, and drag'n'drop (PNG)
2323
* Screen recording (animated PNG)
2424
* USB emulation for transfers (including for Apps and OSes)
25+
* USB emulation for flash drive images and external devices (via libusb)
2526
* Customizable keybindings with multiple presets
2627
* Keypress recording and history
2728
* Full screen modes (F11 key)

0 commit comments

Comments
 (0)