docs(readme): add development warning for Linux compatibility

This commit is contained in:
Huakun Shen 2025-02-13 11:29:53 -05:00
parent c8112b43bc
commit f1cace38d4
No known key found for this signature in database
3 changed files with 7 additions and 2 deletions

View File

@ -3,6 +3,11 @@
> Kunkun is a cross-platform extensible app launcher like Raycast or Alfred.
> All extensions run in a sandboxed environment by default to ensure security.
> [!WARNING]
> This project is still in the early stages of development.
> There are known compatibility issues with Linux.
> Author is working on fixing them.
## Demo Video and Instructions
- YouTube: https://youtu.be/HfQb38s8VjY

View File

@ -94,7 +94,7 @@ async function copyTemplate(templateTgz: string, targetFolderName: string): Prom
message: "Select an Extension Template",
choices: [
{
name: "Preset Template (Web Worker)",
name: "Template UI (Web Worker)",
value: "template",
description:
"Write regular logic in TypeScript in OOP manner to render extension UI based on predefined template."

View File

@ -1,7 +1,7 @@
{
"name": "create-kunkun",
"type": "module",
"version": "0.1.45",
"version": "0.1.47",
"bin": {
"create-kunkun": "dist/index.mjs"
},