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 08299e6 commit 52bfee1Copy full SHA for 52bfee1
2 files changed
docs/Readme.md
@@ -29,7 +29,7 @@ project are:
29
- [ ] Support checksum embedding into AppImage runtime.
30
- [ ] Support AppImage signing (`gpg`).
31
32
-- [X] `@reforged/plugin-launcher` - adds executable to the app
+- [X] [`@reforged/plugin-launcher`][plugin1] - adds executable to the app
33
directory to be launched instead of binary, for additional features not yet
34
possible to be achieved within Electron app directly.
35
plugins/launcher/package.json
@@ -12,5 +12,8 @@
12
"types": "./types/main.d.ts",
13
"keywords": [],
14
"author": "",
15
- "license": "ISC"
+ "license": "ISC",
16
+ "publishConfig": {
17
+ "access": "public"
18
+ }
19
}
0 commit comments