Introduction
Welcome to the next article in the “How to” series! This time, we will analyze the creation of a native desktop application...
For further actions, you may consider blocking this person and/or reporting abuse
In the first example, the variable t actually should be renamed to box:
Because its used here as box:
Just to help others don't fall in the same error as me :)
Thx! Fix it.
Great article! Loved the writing structure with questions and exercises at the end.
Thanks! It's so nice to be appreciated! I plan to add this ending part to all of my articles. Be aware of that 😉
Challenge accepted! 😆
Haha 🎯 okay!
As an FYI, the Github repo for Packr seems to be advising folks to use Pkger at github.com/markbates/pkger instead.
Yep, I know and love it. This is a Part 2 of this article ;)
thanks for that :) i like that tutorial
You're welcome! Hope it helps, before I write Part 2 :D
Quite helpful article !
In macOS, once I get the executable in .app, how can I open it in Xcode ?
I need it for a few things like code signing & integrating Sparkle in my app.