electron-userland / electron-windows-store

:package: Turn Electron Apps into Windows AppX Packages
MIT License
674 stars 85 forks source link

Trying to use with GitHub Actions #145

Closed SudoVanilla closed 2 years ago

SudoVanilla commented 3 years ago

After tons of attempts, I've been trying to bypass this message:

Did you download and install the Desktop App Converter? It is *not* required t
o run this tool. (Y/n)

Messages like this will cause the build to fail via GitHub Actions.

I would like to build Appx files via GitHub Actions.

I've even tried manually adding a configuration file to the user folder, in this case for GitHub Actions I tried:

C:\Users\runneradmin\
C:\Users\installer\
C:\Users\RMAGEN~1\

For now, I've only gotten this to work properly with self hosted runners, but I won't want to rely on my local machine only.