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

Do not copy sample assets if custom assets are provided #134

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jameshfisher
Copy link

If the user wants to manage their own assets, we should not include our own. This just leads to bloat and to confusion.

Fixes #133

If the user wants to manage their own assets, we should not include our own.
This just leads to bloat and to confusion.
@mmswide
Copy link

mmswide commented May 11, 2020

Hi,
When can we have full-updated repository?

@gaetandezeiraud
Copy link

We really need a up to date fork at this point...

Copy link

@artisanbhu artisanbhu left a comment

Choose a reason for hiding this comment

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

Actually, I think this PR is incomplete. I find reference to "SampleAppx..png" log assets in the manifest template file which may need to be parameterized as well. Adding assets with "MyAppAppx..png" may break the app.

But, anyone looking for a workaround, if you simply provide assets with the matching name ( "SampleAppx.*.png" ), it overwrites the default logo files, and the app displays the correct logo.

electron forge config,

{
			name: '@electron-forge/maker-appx',
			config: {
			   assets: './app-stores/appx',
			 }
}

app-stores/appx folder:
image

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.

SampleAppx.*.png still included even when custom assets are specified
4 participants