How to build the application
See original GitHub issueWhat is your question? How can I build an executable from the source code on Windows.
What is the context? What I tried:
npm run bootstrap
npm run app-start
App starts, everything works. Then I changed some code, ran it again, still worked. Now I need to build an executable to distribute it among my team (until you implemented a feature request of mine, actually 😉 )
So after studying the package.js script, I tried:
set BUILD_TARGETS=portable && npm run app-package
But it always stops with [build] Skipping build for ref ""
Please add instructions on howto build the actual executable to the docs.
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
How to Create an App - 7 Steps to Make an app (2022)
1. Get your app idea on paper. The first stage of your app building is to understand what your app is aiming to...
Read more >How To Make an App? Best Way to Create an App in 8 Steps ...
1. One of the most critical elements of an app is its name. So put on your creative hat and think of an...
Read more >How to Make an App: Full Guide For 2022 | BuildFire
Learn how to make an app in 11 easy steps. Everything you need to know about mobile app development and how to create...
Read more >Build your first app - Android Developers
Build point of interest, internet of things, and navigation apps for cars. Using the Android for Cars App Library · Build point of...
Read more >How To Make An App – (2021) Create An App in 10 Steps
Hire a professional designer to create an app design for you. You can use sites like Upwork and Toptal to find a freelancer....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks, works perfectly! Now I’ll dig into the rest of the code to make it actually configurable. When I’m done, I’ll create a pull request.
Awesome 😄 I will close this issue as resolved. Feel free to open a new one should you have any more questions!