https://github.com/selfisekai/electron_tasje
a tiny replacement for electron-builder with the principles reversed. mirror from codeberg
https://github.com/selfisekai/electron_tasje
builder distribution-electron electron electron-builder
Last synced: 4 months ago
JSON representation
a tiny replacement for electron-builder with the principles reversed. mirror from codeberg
- Host: GitHub
- URL: https://github.com/selfisekai/electron_tasje
- Owner: selfisekai
- License: apache-2.0
- Created: 2022-08-08T09:24:47.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2026-01-27T16:15:41.000Z (5 months ago)
- Last Synced: 2026-01-28T02:53:16.393Z (5 months ago)
- Topics: builder, distribution-electron, electron, electron-builder
- Language: Rust
- Homepage:
- Size: 466 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-Apache-2.0
Awesome Lists containing this project
README
# electron_tasje
**usable status: mostly** (you might have to patch your configs or do other workarounds, but the core functionality works)
a tiny replacement for [electron-builder](https://www.electron.build/) with the principles reversed: absolutely terrible for app developers, good for system package maintainers (signed, frustrated package maintainer).
notable differences:
- does not package the app into distributable formats like deb or installers, only builds app resources
- does not download electron builds (because of the above)
- does not download electron headers for dependency rebuilding (~~use system-provided headers~~ there's no rebuilding, DIY)
- outputs generated .desktop entries into a directory target
- there are no other targets than directory
- the whole node_modules is packed, remove devDependencies yourself (`yarn --production`)
- most probably won't even run on windows and macOS
- not tested with cross-compiling (this might change)
## mirrors
- codeberg (main development platform): https://codeberg.org/selfisekai/electron_tasje/
- github (mirror): https://github.com/selfisekai/electron_tasje/
## legal
copyright 2022 lauren n. liberda, usage allowed under the terms of [Apache-2.0 license](LICENSE-Apache-2.0) or [MIT license](LICENSE-MIT), at your option.