Skip to content

Commit 793bbf4

Browse files
authored
update for Node.js setup
1 parent 551c5f3 commit 793bbf4

File tree

3 files changed

+4
-9
lines changed

3 files changed

+4
-9
lines changed

README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
This is an example TypeScript/Javascript plugin project which demonstrates the interaction of request from Flow and then call back to the plugin.
22

3-
To run this plugin you need to have Node.js installed. You can download a portable zip version of Node.js at https://nodejs.org/en/download/current/, then set the path to the portable Node.js in node.bat
4-
5-
The modules used in this plugin are kept in the node_modules folder.
3+
The modules used in this plugin are kept in the node_modules folder, built by the GitHub workflow during release publish.

node.bat

-3
This file was deleted.

plugin.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"Name": "Hello World Node.js",
55
"Description": "TypeScript/JavaScript plugin example using Node.js",
66
"Author": "Flow Launcher",
7-
"Version": "1.0.0",
8-
"Language": "executable",
7+
"Version": "1.0.1",
8+
"Language": "javascript",
99
"Website": "https://github.com/Flow-Launcher/Flow.Launcher.Plugin.HelloWorldNodeJS",
10-
"ExecuteFileName": "node.bat",
10+
"ExecuteFileName": "main.js",
1111
"IcoPath": "Images\\app.png"
1212
}

0 commit comments

Comments
 (0)