From 1ad894ae8ee2789d5f49cb0a400c5f1d49100eaa Mon Sep 17 00:00:00 2001 From: Karel Faille Date: Tue, 21 May 2024 09:20:21 +0200 Subject: [PATCH] fix: fix plugin install --- package.json | 2 +- plugin.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 8a696e1..a6cf6b4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "flow-filezilla", "type": "module", - "main": "src/index.js", + "main": "./dist/index.js", "scripts": { "dev": "tsnd src/index.ts", "build": "tsc" diff --git a/plugin.json b/plugin.json index 5a9cd5d..59d12e4 100644 --- a/plugin.json +++ b/plugin.json @@ -6,6 +6,7 @@ "Author": "Karel Faille", "Version": "1.0.0", "Language": "typescript", + "ExecuteFileName": "./dist/main.ts", "Website": "https://github.com/shaffe-fr/flow-filezilla", "UrlDownload": "https://github.com/shaffe-fr/flow-filezilla/releases/download/v1.0.0/Flow.Launcher.Plugin.FileZilla.zip", "UrlSourceCode": "https://github.com/shaffe-fr/flow-filezilla/tree/main",