Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

loudness seems not to work for packaged Windows and Linux app #20

Open
themagiulio opened this issue Sep 9, 2020 · 4 comments
Open

Comments

@themagiulio
Copy link

themagiulio commented Sep 9, 2020

Hi!
Thanks for your library, it works well both for Mac OS and for Windows.
Unfortunately when I build the app using electron-builder, I can use loudness only on Mac OS...
I don't know why and the console doesn't show any errors

Edit: it doesn't work for Linux AppImage either

@themagiulio themagiulio changed the title loudness seems not to work for packaged Windows app loudness seems not to work for packaged Windows and Linux app Sep 9, 2020
@chenendian
Copy link

hi, Which dependency library did you use last?

@Nealsoni00
Copy link

Nealsoni00 commented Jan 19, 2021

Using electron-builder on windows as well and it doesn't work on windows for me (It works on macOS):

    "electron": "^9.0.0",
    "vue-cli-plugin-electron-builder": "~2.0.0-rc.4",
    "loudness": "^0.4.1",

@themagiulio
Copy link
Author

hi, Which dependency library did you use last?

Unfortunately I don't remember well, because I gave up.
But it was September 2020 and I was using the last versions so I guess it was loudness@0.4.1 and electron-builder@22.9.~.

@Nealsoni00
Copy link

Nealsoni00 commented Jan 19, 2021

I got the package to work after following these steps on Windows:

Install python 2.7
npm install -g node-gyp
npm install -g windows-build-tools
Install visual studio windows app configuration for C++ builds https://stackoverflow.com/a/59882818
npm install

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants