question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Replace or make own electron-windows-store

See original GitHub issue

Preflight Checklist

  • I have read the contribution documentation for this project.
  • I agree to follow the code of conduct that this project follows, as appropriate.
  • I have searched the issue tracker for a feature request that matches the one I want to file, without success.

Problem Description

I’ve faced with the following issues while building AppX app for Windows Store submission:

AppX maker uses electron-windows-store under the hood https://www.electronforge.io/config/makers/appx

Proposed Solution

Replace electron-windows-store by something not dead or make own AppX maker.

Alternatives Considered

Additional Information

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:3
  • Comments:9 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
Brouillescommented, Dec 8, 2022

Also, can be usefull to have the option to output an msix file. Now that this is officially the standard way to make an installer for Windows.

0reactions
erickzhaocommented, Dec 13, 2022

I don’t think we’re actively looking for new maintainers right now but PRs are definitely welcome.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Windows Store Guide - Electron.js
Step 1: Package Your Electron Application​. Package the application using electron-packager (or a similar tool). Make sure to remove node_modules that you don't ......
Read more >
How to build the Electron application for the Window Store?
It will ask you only once and store your answers in your profile folder in a .electron-windows-store file. You can also provide these...
Read more >
Build a Desktop App with Electron... But Should You? - YouTube
A complete beginner's tutorial for Electron JS ⚡ along with an overview of its pros and cons. In about 10 minutes, we build...
Read more >
setAsDefaultProtocolClient not working in appx #83 - GitHub
In my Electron main file I have the following line: app. ... Replace or make own electron-windows-store electron/forge#2104.
Read more >
Build a Todo App with Electron - codeburst
In this tutorial, we will build a todo app in Electron, covering topics like data storage, multiple windows, and browser to browser communication....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found