We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20de6f2 commit 1ad38bfCopy full SHA for 1ad38bf
.github/workflows/release-package.yml
@@ -1,8 +1,9 @@
1
name: node-mac-virtual-display Package
2
3
on:
4
- release:
5
- types: [created]
+ push:
+ tags:
6
+ - 'v*'
7
8
jobs:
9
build:
README.md
@@ -17,6 +17,11 @@ A native library for macOS to create virtual displays for your applications usin
17
18
## Installation
19
20
+> [!IMPORTANT]
21
+> **Package Name Changed**: Starting from v1.0.11, the package is published under the `@enfp-dev-studio` scope.
22
+> - **Old**: `node-mac-virtual-display`
23
+> - **New**: `@enfp-dev-studio/node-mac-virtual-display`
24
+
25
Use npm to install the library:
26
27
```shell
0 commit comments