mirror of
https://github.com/mileswolfallen2/gelectron.git
synced 2026-09-08 04:43:14 +00:00
- Refactored gelectron.js to improve native binary discovery with additional paths and environment variable support. - Implemented a function to find the Node.js runtime, allowing bundled Node.js to be used when available. - Updated package.json to include gelectron-packager as a CLI command. - Enhanced gelectron-packager.js to locate installed gelectron runtime and added compatibility for bundled Node.js. - Modified install-release.sh to download and install a private Node.js runtime alongside the gelectron binary. - Updated NSIS installer script to include bundled Node.js runtime. - Enhanced AppImage and DMG packaging scripts to include Node.js runtime. - Added clipboard, nativeTheme, and screen modules for Electron compatibility. - Implemented native bridge request handling for clipboard operations.
43 lines
387 B
Plaintext
43 lines
387 B
Plaintext
# Rust
|
|
/target/
|
|
crates/*/target/
|
|
|
|
# Node.js
|
|
node_modules/
|
|
npm-debug.log*
|
|
package-lock.json
|
|
|
|
al/
|
|
# Build artifacts
|
|
*.node
|
|
*.dylib
|
|
*.so
|
|
*.dll
|
|
*.d
|
|
*.pdb
|
|
|
|
# Benchmark results
|
|
benchmark/result-*.json
|
|
|
|
# Packaged output
|
|
dist/
|
|
|
|
# Packager cache
|
|
.gelectron-cache/
|
|
|
|
# npm platform package stubs
|
|
npm/darwin-arm64/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# napi-rs
|
|
napi-dist/
|