electron-userland / electron-windows-store

:package: Turn Electron Apps into Windows AppX Packages
MIT License
678 stars 86 forks source link

How to use Desktop App Converter #78

Closed clusterberries closed 6 years ago

clusterberries commented 7 years ago

Hi all! I want to use Desktop App Converter, but the link in README is not valid (https://www.microsoft.com/en-us/download/details.aspx?id=51691). Converter is available in Win Store, but I don't understand how to use the application with electron-windows-store, because it requires path to *.ps1 file.

ghost commented 7 years ago

Did you ever figure this out? I'm hitting the same issue. It appears DAC used to be a script and now it's an exe.

clusterberries commented 7 years ago

@Joshua-Smith I installed DAC from the Store, followed the instructions and was able to create *.appx file. But I still don't know how to user it together with electron-windows-store.

ghost commented 7 years ago

I found that electron-windows-store is really not necessary, nor does this DAC thing seem to be. I got EWS to generate a manifest that I could use as a starting point, and now I'm just running makeappx.exe directly.

felixrieseberg commented 6 years ago

Sorry that I wasn't more active here, Microsoft moved the README to https://docs.microsoft.com/en-us/windows/uwp/porting/desktop-to-uwp-run-desktop-app-converter.