mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-04-21 17:47:22 +00:00
fix: rm packages/main/src/assets from extra resources to get included in app.asar
Apparently extra resources have higher priority and files included in extra resource are getting dropped out of reqular resources included into app.asar file. Signed-off-by: Denis Golovin <dgolovin@redhat.com>
This commit is contained in:
parent
aa0ad91f11
commit
c9fd779349
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ const config = {
|
|||
buildDependenciesFromSource: false,
|
||||
npmRebuild: false,
|
||||
beforePack: async context => {
|
||||
const DEFAULT_ASSETS = ['packages/main/src/assets/**'];
|
||||
const DEFAULT_ASSETS = [];
|
||||
context.packager.config.extraResources = DEFAULT_ASSETS;
|
||||
|
||||
// universal build, add both pkg files
|
||||
|
|
|
|||
Loading…
Reference in a new issue