Skip to content

Commit

Permalink
Revert "Try xdg-layout for making it build with Electron-11"
Browse files Browse the repository at this point in the history
This reverts commit 120f7c9.
  • Loading branch information
muelli committed Mar 19, 2021
1 parent 045d677 commit 22755ff
Show file tree
Hide file tree
Showing 2 changed files with 7,413 additions and 7,538 deletions.
9 changes: 7 additions & 2 deletions chat.delta.desktop.yml
Expand Up @@ -32,9 +32,14 @@ modules:
append-path: /usr/lib/sdk/node12/bin
env:
NPM_CONFIG_LOGLEVEL: info
npm_config_cache: /run/build/delta/flatpak-node/cache/npm
XDG_CACHE_HOME: /run/build/delta/flatpak-node/cache
npm_config_nodedir: /usr/lib/sdk/node12

# Tell caches where we pre-downloaded things.
npm_config_cache: /run/build/delta/flatpak-node/npm-cache/
electron_config_cache: /run/build/delta/flatpak-node/electron-cache

# Tell the chromedriver npm package where we pre-downloaded things.
ELECTRON_CACHE: /run/build/delta/flatpak-node/electron-cache
build-commands:
- node --version
- npm --version
Expand Down

0 comments on commit 22755ff

Please sign in to comment.