https://github.com/cedric05/dotextensions-build
https://github.com/cedric05/dotextensions-build
hackoctoberfest hacktoberfest2022
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cedric05/dotextensions-build
- Owner: cedric05
- License: unlicense
- Created: 2021-02-28T08:59:33.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-11-24T08:59:24.000Z (6 months ago)
- Last Synced: 2026-01-01T03:13:58.919Z (5 months ago)
- Topics: hackoctoberfest, hacktoberfest2022
- Language: TypeScript
- Homepage:
- Size: 133 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotextensions-build
Github action generates executables for
---
os| arch
--|---
windows|x86_64
linux|x86_64
linux|arm64
darwin|x86_64
darwin|arm64
---
[Windows](https://docs.microsoft.com/en-us/windows/uwp/porting/apps-on-arm#win32-apps/)/ [darwin](https://support.apple.com/en-in/HT211861) has support for amd64 emulation. Native support is not yet availabile.
Arm support for linux is yet to come.