mirror of
https://github.com/kusti8/proton-native.git
synced 2026-05-15 14:15:50 -06:00
[GH-ISSUE #166] Unsupported platform "windows"? #108
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#108
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 @Bizarrus on GitHub (Jul 13, 2018).
Original GitHub issue: https://github.com/kusti8/proton-native/issues/166
@maciek134 commented on GitHub (Jul 14, 2018):
Shouldn't platform be
win32orwin64instead ofwindows?@mischnic commented on GitHub (Jul 14, 2018):
No,
electron-packagerelectron-builder doesn't support Windows for proton-native (yet - @develar ?)@develar commented on GitHub (Jul 14, 2018):
Ok, I guess it is a first user report and I need definitely finish support Windows.
@nicostuhlfauth commented on GitHub (Aug 2, 2018):
Same problem here. @develar Is there any workaround? Otherwise, how long will it take to get it running?
@mischnic commented on GitHub (Aug 2, 2018):
@nicostuhlfauth You could try using launchui-packager.
I've set up an example repo for proton-native: https://github.com/mischnic/proton-launchui
@nicostuhlfauth commented on GitHub (Aug 3, 2018):
@mischnic Doesn't work for me with
create-proton-app. Even the blank project throws a "Module did not self-register" error. Any idea?@mischnic commented on GitHub (Aug 3, 2018):
What do you mean by that? Please try cloning proton-launchui, copying your source files into the src folder and running
npm run package.@nicostuhlfauth commented on GitHub (Aug 3, 2018):
Ah ok I got it running. Switched from the default build script that
create-proton-appcreated to webpack with babel-loader. Thanks @mischnic 😄@ateshuseyin commented on GitHub (Sep 28, 2018):
windows 10
node: v8.12.0
npm: 6.4.1
the same problem :(
@icyJoseph commented on GitHub (Oct 13, 2018):
I guess the windows support is not out yet? I am also getting the
Error: Unsupported platform: windows,error, when running
yarn dist.@mischnic commented on GitHub (Dec 9, 2018):
Windows is now supported by electron-builder!