Skip to content

Fix FileDescription in exe file properties#645

Open
bovirus wants to merge 6 commits into
mediago-dev:masterfrom
bovirus:master
Open

Fix FileDescription in exe file properties#645
bovirus wants to merge 6 commits into
mediago-dev:masterfrom
bovirus:master

Conversation

@bovirus

@bovirus bovirus commented Apr 22, 2026

Copy link
Copy Markdown
Contributor

@caorushizi

Fix FileDescription in installer exe file properties

@changeset-bot

changeset-bot Bot commented Apr 22, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: ab4ef0e

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

{
"name": "mediago",
"version": "3.5.0",
"description": "A powerful and easy-to-use online video downloader",

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

${process.env.APP_NAME} installer,

I've already updated the installer description here.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@caorushizi

I beleiev that also you can apply the changes because there are no negative point to change file description in the position that I made.

I added also other changes to enable Italian language.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sounds good. Any other commits to review?

@bovirus bovirus Apr 22, 2026

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can add in install.nsh

BrandingText "${PRODUCT_NAME} ${VERSION}"

and remove

Caption "Setup - ${PRODUCT_NAME} ${VERSION}"

In this way on bottom left you wiill see product name and version.

@bovirus bovirus Apr 22, 2026

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@caorushizi

About "description" in your doc is reported that it change Filedescription (that used only in file properties).

Infact currently the string
"A powerful and easy-to-use online video downloader"
is the File description that I can see with right click on installer exe -> File properties,

image

it should be "mediago installer".

Apply the changes make a build to check all optimizations.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bovirus Thanks for the new PR! 👍

I've updated a few files on master. Could you merge the latest master into your branch?

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

Successfully merging this pull request may close these issues.

3 participants