Skip to content

Commit 52bfee1

Browse files
committed
plugin-launcher: Make package publishable.
Resolves: #7
1 parent 08299e6 commit 52bfee1

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

docs/Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ project are:
2929
- [ ] Support checksum embedding into AppImage runtime.
3030
- [ ] Support AppImage signing (`gpg`).
3131

32-
- [X] `@reforged/plugin-launcher` - adds executable to the app
32+
- [X] [`@reforged/plugin-launcher`][plugin1] - adds executable to the app
3333
directory to be launched instead of binary, for additional features not yet
3434
possible to be achieved within Electron app directly.
3535

plugins/launcher/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,8 @@
1212
"types": "./types/main.d.ts",
1313
"keywords": [],
1414
"author": "",
15-
"license": "ISC"
15+
"license": "ISC",
16+
"publishConfig": {
17+
"access": "public"
18+
}
1619
}

0 commit comments

Comments
 (0)