You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Preflight Checklist
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
to this.
Alternatives Considered
Another option is to split the installable executables into their respective arch.
Additional Information
No response
The text was updated successfully, but these errors were encountered: