Update README and package.json files for Gelectron installation instructions and native addon details

This commit is contained in:
2026-08-30 22:44:24 -05:00
parent c96d6dfc5a
commit 40f15bc45a
14 changed files with 176 additions and 30 deletions
+10 -4
View File
@@ -3,9 +3,15 @@
"version": "0.1.1",
"description": "Gelectron native addon for Windows x64",
"main": "gelectron_core.win32-x64-msvc.node",
"files": ["gelectron_core.win32-x64-msvc.node"],
"os": ["win32"],
"cpu": ["x64"],
"files": [
"gelectron_core.win32-x64-msvc.node"
],
"os": [
"win32"
],
"cpu": [
"x64"
],
"license": "MIT",
"author": "mileswa1q22"
}
}