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

[Feature Request]: Use nsis-web instead of nsis #1265

Closed
2 tasks done
JellyBrick opened this issue Oct 7, 2023 · 0 comments · Fixed by #1272
Closed
2 tasks done

[Feature Request]: Use nsis-web instead of nsis #1265

JellyBrick opened this issue Oct 7, 2023 · 0 comments · Fixed by #1272
Labels
enhancement New feature or request

Comments

@JellyBrick
Copy link
Collaborator

JellyBrick commented Oct 7, 2023

Preflight Checklist

  • I use the latest version of YouTube Music (Application).
  • I have searched the issue tracker for a feature request that matches the one I want to file, without success.

Problem Description

The current installable executable is very heavy. (Over 150MB)

If IA32 support (#1110) is added to this application, it will make things even worse.

To resolve this, replace the executable with a lighter file (nsis-web) and change the files required for install to be automatically downloaded from the web.

Proposed Solution

In package.json,

Change this

"target": "nsis",

to this.

"target": "nsis-web",

Alternatives Considered

Another option is to split the installable executables into their respective arch.

Additional Information

No response

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

Successfully merging a pull request may close this issue.

1 participant