-
Notifications
You must be signed in to change notification settings - Fork 760
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Electron apps outdated #3
Comments
Dang! I knew that would happen but didn't think so soon. Thanks for the heads up! The good news is everything is versioned so the example here should hopefully still work. Please let me know if it doesn't. |
You should have a look a TideSDK by the way. It is way easier to be honest. Le ven. 5 juin 2015 18:15, Kyle Robinson Young [email protected] a
|
Ah interesting, thanks for letting know about TideSDK! |
Haha if you ever need something about it let me know Le sam. 6 juin 2015 02:00, Kyle Robinson Young [email protected] a
|
Well after a quick review of your code in this sample, this shouldn't work. |
Thanks! I added an annotation to the video indicating that |
Sounds great ! But I was wondering, when I type |
Hey ! Just to let you know that your way of doing things with electron is already outdated !
There are imperative arguments to :
electron-packager
such as--platform=
,--arch=
and--version=
.That means, your source code doesn't compile anymore !
@TheophileDano
The text was updated successfully, but these errors were encountered: