klaudiosinani / ao

Elegant Microsoft To-Do desktop app
https://klaussinani.github.io/ao
MIT License
2.1k stars 198 forks source link

Unable to build ao #55

Closed modelmat closed 5 years ago

modelmat commented 5 years ago

Since https://github.com/klaussinani/ao/commit/944ab7a9b160f7afe4bf4fcc9a37e993722dcb1d, npm run dist no longer exists.

When trying to build this package, the only option is npm run release, which builds all the packages. It is no longer possible to just do npm run dist and create the dist/linux-unpacked folder.

This has broken the ao-git AUR package. Sidenote, the ao AUR package is out of date.

modelmat commented 5 years ago

I saw you noticed this, was this intentional?

roachsinai commented 5 years ago

So, any updates?

modelmat commented 5 years ago

@klaussinani Could we please get a fix for this? It's been nearly two months.

markusberg-spt commented 5 years ago

You can do it yourself u know, not hard, search a bit 😋

klaudiosinani commented 5 years ago

This side effect has been due to the modifications that were delivered through updates to the electron-builder dev-dependency by the electron-builder maintainers/team. A viable solution would be to fork the Ao repository and try to tweak the building configuration of electron-builder through the package.json file.

More info on the electron-builder module available on the official homepage: https://www.electron.build

modelmat commented 5 years ago

Yup, I've figured it out. npx electron-builder allows me to run the build script. I'm updating the ao-git AUR package now.