Skip to content

Commit

Permalink
fix: invalid executeFileName manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
shaffe-fr committed May 22, 2024
1 parent fdcf594 commit 809933d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"Name": "FileZilla",
"Description": "Launch FileZilla sessions",
"Author": "Karel Faille",
"Version": "1.0.1",
"Version": "1.0.2",
"Language": "typescript",
"ExecuteFileName": "./dist/main.ts",
"ExecuteFileName": "./dist/index.js",
"Website": "https://github.com/shaffe-fr/flow-filezilla",
"UrlDownload": "https://github.com/shaffe-fr/flow-filezilla/releases/download/v1.0.1/Flow.Launcher.Plugin.FileZilla.zip",
"UrlDownload": "https://github.com/shaffe-fr/flow-filezilla/releases/download/v1.0.2/Flow.Launcher.Plugin.FileZilla.zip",
"UrlSourceCode": "https://github.com/shaffe-fr/flow-filezilla/tree/main",
"IcoPath": "https://cdn.jsdelivr.net/gh/shaffe-fr/flow-filezilla/app.png"
}

0 comments on commit 809933d

Please sign in to comment.