Electron.net: Customize author/description is still broken

Created on 28 May 2020  路  7Comments  路  Source: ElectronNET/Electron.NET


  • Version: v8.31.2

  • Target: .NET Core 3.1


try to customize author and description as below (as mentioned in #310 )

"executable": "Test",
"splashscreen": {
"imageFile": ""
},
"author": "Test author",
"description": "Test description"

But author is still "Gregor Biswanger" and description is still "Electron-Host for Electron.NET."

bug

Most helpful comment

My operating system is Windows 10. as @MarkBQE said manifest file has no affect. i used custom package.json for work around as electronize build /target win /package-json "./package.json" to solve problem.

All 7 comments

I tested it again and it works for me?!
What operating system do you have and where do you read other information?

{ "executable": "ElectronNETIssue419", "splashscreen": { "imageFile": "" }, "name": "ElectronNETIssue419", "author": "Max Mustermann", "description": "Only a test description.", "singleInstance": false, ...

image

Greg,

I have the same issue. manifest file has no affect, I am using Windows 10. Also I am using it with Blazor server side.

image

My operating system is Windows 10. as @MarkBQE said manifest file has no affect. i used custom package.json for work around as electronize build /target win /package-json "./package.json" to solve problem.

@MarkBQE Is this the build version? Or with electronize start?

Which version of Node.js and Electron.NET do you have?

This is electronize start, in build it works as expected.

Node -6.13.6
.Net Core v3.1.4
Electron.NET 8.31.2

ahh okay, that explains a lot :) it only works with the finished build version...

Isn't that really relevant during development?!

I realized that it works in build after I posted this. I am OK with it the way it is as of now. I appreciate you looking into this. Keep up with the good work.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ThuCommix picture ThuCommix  路  3Comments

himansu-Bhusan93 picture himansu-Bhusan93  路  3Comments

GregorBiswanger picture GregorBiswanger  路  4Comments

seanmars picture seanmars  路  5Comments

thnk2wn picture thnk2wn  路  4Comments