cursor highlighting and clicks

This commit is contained in:
Siddharth
2026-05-02 23:03:14 -07:00
parent c8d4e867b2
commit 8d79a14e3b
15 changed files with 769 additions and 968 deletions
+5
View File
@@ -3,6 +3,11 @@
"$schema": "https://raw.githubusercontent.com/electron-userland/electron-builder/master/packages/app-builder-lib/scheme.json",
"appId": "com.siddharthvaddem.openscreen",
"asar": true,
// .node binaries can't be dlopen'd from inside an asar — must live unpacked.
"asarUnpack": [
"node_modules/uiohook-napi/**/*",
"**/*.node"
],
"productName": "Openscreen",
"npmRebuild": true,
"buildDependenciesFromSource": true,