mirror of
https://github.com/kusti8/proton-native.git
synced 2026-05-15 22:02:24 -06:00
[GH-ISSUE #153] Please clarify in README or docs which Windows version is supported #96
Labels
No labels
bug
documentation
enhancement
libui issue
pull-request
question
wait for libui implementation
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/proton-native#96
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @fabriziomoscon on GitHub (Jun 4, 2018).
Original GitHub issue: https://github.com/kusti8/proton-native/issues/153
We had a deployment issue because Electron seems not to be working on Windows Server 2000.
I was wondering what are the OS requirements for
proton-native@parro-it commented on GitHub (Jun 4, 2018):
Electron is not required in production, only for development.
Anyway, being proton-native based on
libui-node, I think you'll have problem getting it to work on Windows 2000, since it support only Vista or newer:https://github.com/parro-it/libui-node#supported-platforms
It can work... I don't know, I'm just never try it...
@fabriziomoscon commented on GitHub (Jun 4, 2018):
thanks